summaryrefslogtreecommitdiff
path: root/.wmii/rbar_battery
diff options
context:
space:
mode:
authorLuke Shumaker <LukeShu@sbcglobal.net>2014-03-27 15:24:05 -0400
committerLuke Shumaker <LukeShu@sbcglobal.net>2014-03-27 15:24:05 -0400
commit674efbf431f2c1c879c9bfed05f7ed6adce22351 (patch)
treeb873ec80e45fb1bd9a414bb25c4e27d68c8861cf /.wmii/rbar_battery
parentde9c3e08412ae13cc8a2d1e4418d9e9257f67518 (diff)
pre-merge move
Diffstat (limited to '.wmii/rbar_battery')
-rwxr-xr-x.wmii/rbar_battery10
1 files changed, 0 insertions, 10 deletions
diff --git a/.wmii/rbar_battery b/.wmii/rbar_battery
deleted file mode 100755
index 7a7f24f..0000000
--- a/.wmii/rbar_battery
+++ /dev/null
@@ -1,10 +0,0 @@
-#!/bin/bash
-. "$HOME/.wmii/include.sh"
-
-priority=$1
-
-set -e
-while true; do
- acpi -b |a "$WMII_DIR/rbar/${priority}_battery"
- sleep 1
-done