dockapps/wmArchUp
Panagiotis Dimopoulos d56480c377 Fix bugs.
2018-04-05 10:47:56 -04:00
..
arch_update.sh Update to version 1.1 2018-04-03 17:36:22 -04:00
archlinux.xpm Add wmArchUp 2018-03-29 17:52:27 -04:00
archlinux_bw.xpm Add wmArchUp 2018-03-29 17:52:27 -04:00
AUTHORS Add wmArchUp 2018-03-29 17:52:27 -04:00
CHANGES Fix bugs. 2018-04-05 10:47:56 -04:00
COPYING Add wmArchUp 2018-03-29 17:52:27 -04:00
loading.xpm Update to version 1.1 2018-04-03 17:36:22 -04:00
Makefile Fix bugs. 2018-04-05 10:47:56 -04:00
README Update to version 1.1 2018-04-03 17:36:22 -04:00
wmarchup.c Fix bugs. 2018-04-05 10:47:56 -04:00

                   _____                .__     ____ ___          
__  _  _______    /  _  \_______   ____ |  |__ |    |   \______   
\ \/ \/ /     \  /  /_\  \_  __ \_/ ___\|  |  \|    |   /\____ \  
 \     /  Y Y  \/    |    \  | \/\  \___|   Y  \    |  / |  |_> > 
  \/\_/|__|_|  /\____|__  /__|    \___  >___|  /______/  |   __/  
             \/         \/            \/     \/          |__|     

*******************
*** DESCRIPTION ***
*******************

wmArchUp is a very simple program used to monitor for package updates in Arch
Linux. It uses the checkupdates script that come with pacman for safe checking
if there is any package updates. It is a dockapp that is supported by X window
managers such as Window Maker, AfterStep, BlackBox, Fluxbox and Enlightenment.

This dockapp is quite simple. It contains an Arch Linux logo icon. When there is
not package updates then the Arch Linux logo icon is greyed. When there are
package updates then the Arch Linux logo icon is blue. The program check for
updates every 10 minutes by default. However you can specify the checking
interval by using the -c or --check-interval command line arguments. When the 
program checks for updates it change its icon in a gear. If you right click the 
Arch Linux logo icon then it immediately starts a check for updates. If you left
click the Arch Linux log the it opens an xterm window and start a system update.

***************
*** OPTIONS ***
***************

This program has the following command line options
-c <number> : Sets the checking time interval in minutes. Default is 10 minutes.
--check-interval <number> : Same as -c

*********************
*** REQUIREMENTS  ***
*********************

This program needs libdockapp library files in order to compile.
You can find libdockapp at http://www.dockapps.net/libdockapp
Also you need to have xterm installed.

*******************
*** COMPILATION ***
*******************

To compile, simply invoke the "make" command.

********************
*** INSTALLATION ***
********************

To install the program (in /usr/local/bin), run : "make install" as root user

**************
*** THANKS ***
**************

Thanks to the authors of the libdockapp code, it has been a really good starting
base to develop this little application.

**************
*** AUTHOR ***
**************

wmArchUp has been written by Panagiotis A. Dimopoulos <panosdim@gmail.com>
All comments are welcome.