From 82f39dd9bf20fba07f48bb441f8491d1ebd0eba1 Mon Sep 17 00:00:00 2001 From: Dag Odenhall Date: Mon, 31 Mar 2008 23:30:39 +0200 Subject: [PATCH] Update outdated information in README --- README.rdoc | 36 +++++++++++++++++++++++------------- 1 file changed, 23 insertions(+), 13 deletions(-) diff --git a/README.rdoc b/README.rdoc index 9413eb2..311674f 100644 --- a/README.rdoc +++ b/README.rdoc @@ -3,22 +3,32 @@ an amazing widget manager for an awesome window manager Usage: amazing [options] - -c, --config FILE Configuration file (~/.amazing/config.yml) - -l, --log-level LEVEL Severity threshold (info) - -i, --include SCRIPT Include a widgets script - --no-auto-include Don't auto include from ~/.amazing/widgets/ - -u, --update WIDGET Update a widget and exit - -w, --list-widgets List available widgets - -h, --help You're looking at it + -c, --config FILE Configuration file (~/.amazing/config.yml) + -l, --log-level LEVEL Severity threshold (info) + -s, --stop Stop the running amazing process + -i, --include SCRIPT Include a widgets script + --no-auto-include Don't auto include from ~/.amazing/widgets/ + -u, --update [WIDGET] Update a widget and exit + -w, --list-widgets [WIDGET] List available widgets or options and fields for a widget + -t WIDGET [OPTIONS] Dump field values for a widget configured with inline YAML + --test-widget + -h, --help You're looking at it == Widgets -* Battery: Remaining battery power in percentage -* Maildir: Mail count in maildirs -* ALSA: Various data for the ALSA mixer -* Raggle: Unread posts in raggle -* Memory: Various memory related data -* Clock: Displays date and time + ACAdapter : AC adapter status + ALSA : Various data for the ALSA mixer + Battery : Remaining battery power in percentage + Clock : Displays date and time + File : Information for a file + Filesystem : Various filesystem information + GMail : GMail checker + MOC : Music On Console status + MPD : MPD Information + Maildir : Mail count in maildirs + Memory : Various memory related data + Pacman : Available upgrades in the Pacman package manager + Raggle : Unread posts in raggle == Configuration -- 2.11.4.GIT