summaryrefslogtreecommitdiffstats
path: root/xmobarrc
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2009-07-13 00:54:51 -0500
committerJesse Luehrs <doy@tozt.net>2009-07-13 00:54:51 -0500
commit539e04dec3f87240d08925ca635000b2a6f263eb (patch)
treea54dc3ab61c48dcbde2577fea6fae4eede873790 /xmobarrc
parent109fd6232a0d4cc0ab60394f32a1f92a31ecd0b7 (diff)
downloadconf-539e04dec3f87240d08925ca635000b2a6f263eb.tar.gz
conf-539e04dec3f87240d08925ca635000b2a6f263eb.zip
add battery stats to xmobar
Diffstat (limited to 'xmobarrc')
-rw-r--r--xmobarrc3
1 files changed, 2 insertions, 1 deletions
diff --git a/xmobarrc b/xmobarrc
index cb4a7d5..9857aa7 100644
--- a/xmobarrc
+++ b/xmobarrc
@@ -9,9 +9,10 @@ Config { font = "-misc-fixed-*-*-*-*-10-*-*-*-*-*-*-*"
, Run Memory ["-t","Mem: <usedratio>%"] 10
, Run Swap [] 10
, Run Date "%a %b %_d %H:%M:%S" "date" 10
+ , Run Battery [] 10
, Run StdinReader
]
, sepChar = "%"
, alignSep = "}{"
- , template = "%StdinReader% }{ %KCMI% | %cpu% | %memory% * %swap% | %wlan0% <fc=#ee9a00>%date%</fc>"
+ , template = "%StdinReader% }{ %KCMI% | %cpu% | %memory% * %swap% | %wlan0% | %battery% | <fc=#ee9a00>%date%</fc>"
}