summaryrefslogtreecommitdiff
path: root/vol
diff options
context:
space:
mode:
Diffstat (limited to 'vol')
-rwxr-xr-xvol6
1 files changed, 5 insertions, 1 deletions
diff --git a/vol b/vol
index 5ff7b12..778abf9 100755
--- a/vol
+++ b/vol
@@ -10,4 +10,8 @@ case "$1" in
*) $cmd toggle;;
esac | grep \% | cut -d\ -f 6,8 | tr -d '[]' > $fle
-ratpoison -c "echo Volume: `cat $fle`"
+for c in "set bargravity ne" "echo Volume: `cat $fle`" "set bargravity c"; do
+ ratpoison -c "$c"
+ echo $c
+done
+