dockapps/wmArchUp/README
2018-06-24 07:46:57 -07:00

67 lines
2.4 KiB
Plaintext

_____ .__ ____ ___
__ _ _______ / _ \_______ ____ | |__ | | \______
\ \/ \/ / \ / /_\ \_ __ \_/ ___\| | \| | /\____ \
\ / 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.