diff options
author | Patrick Simianer <p@simianer.de> | 2015-01-24 15:30:25 +0100 |
---|---|---|
committer | Patrick Simianer <p@simianer.de> | 2015-01-24 15:30:25 +0100 |
commit | e2cc54ab6a6ffd442b8fb2c8b2d3f558eec03fbc (patch) | |
tree | b35d5b24b532ccb754c3a10084f67494224ed1db /.ratpoisonrc | |
parent | 6b27c17ee07a3606f7b7251c347237a280d2eb5d (diff) |
average battery
Diffstat (limited to '.ratpoisonrc')
-rw-r--r-- | .ratpoisonrc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.ratpoisonrc b/.ratpoisonrc index 2783c14..f71d2e1 100644 --- a/.ratpoisonrc +++ b/.ratpoisonrc @@ -15,7 +15,7 @@ bind Return exec urxvtc --saveLines 800 unbind c bind C exec /home/pks/bin/chromium bind D exec urxvt -fn 'xft:courier:pixelsize=16' -fg #000000 -bg #ffffff -bind b exec ratpoison -c "echo $(acpi -V | grep Battery | head -1)" +bind b exec ratpoison -c "echo $(avg_batt)" bind s hsplit bind S split bind q only |