summaryrefslogtreecommitdiffstats
path: root/system/xbattmon/README
diff options
context:
space:
mode:
author Alexander Verbovetsky2017-07-21 20:29:20 +0200
committer Willy Sudiarto Raharjo2017-07-22 01:55:39 +0200
commit426429141792e4e5cd0c4a7a9c7f3cbb06a2c62d (patch)
tree27b8172b101f41a2abdd5dd5bbc0f195fa3a8c36 /system/xbattmon/README
parent13e2dc3cf6b127b071cb4db404ffdbbc2866b074 (diff)
downloadslackbuilds-426429141792e4e5cd0c4a7a9c7f3cbb06a2c62d.tar.gz
system/xbattmon: Updated for version 1.0 + new maintainer.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/xbattmon/README')
-rw-r--r--system/xbattmon/README15
1 files changed, 14 insertions, 1 deletions
diff --git a/system/xbattmon/README b/system/xbattmon/README
index 4319ef5504..3125528794 100644
--- a/system/xbattmon/README
+++ b/system/xbattmon/README
@@ -1 +1,14 @@
-xbattmon is a simple battery status bar.
+xbattmon is a simple battery status bar for X. It draws a 2 pixels bar
+at the edge of your screen, which shows battery status with different
+colors.
+
+You can configure xbattmon at build time by passing the following
+variables to the script (VAR=<...> ./xbattmon.SlackBuild):
+
+COLOR_CHARGED=<color> (default: green)
+COLOR_LEFT2CHARGE=<color> (default: grey)
+COLOR_DRAINED=<color> (default: red)
+COLOR_LEFT2DRAIN=<color> (default: blue)
+RAISE=yes|no (default: no), the bar to be raised on top of other windows
+CRITICAL=<number> (default: 5), the charge level at which starts blinking
+TRANSPARENT=yes|no (default: no)