diff options
Diffstat (limited to '.wmii/rbar_battery')
-rwxr-xr-x | .wmii/rbar_battery | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/.wmii/rbar_battery b/.wmii/rbar_battery new file mode 100755 index 0000000..7a7f24f --- /dev/null +++ b/.wmii/rbar_battery @@ -0,0 +1,10 @@ +#!/bin/bash +. "$HOME/.wmii/include.sh" + +priority=$1 + +set -e +while true; do + acpi -b |a "$WMII_DIR/rbar/${priority}_battery" + sleep 1 +done |