diff --git a/.config/xmobar/xmobarrc-main.hs b/.config/xmobar/xmobarrc-main.hs
index b34a348..fa00aa8 100644
--- a/.config/xmobar/xmobarrc-main.hs
+++ b/.config/xmobar/xmobarrc-main.hs
@@ -12,7 +12,7 @@ Config {
-- layout
, sepChar = "%" -- delineator between plugin names and straight text
, alignSep = "}{" -- separator between left-right alignment
- , template = " %cpu% %memory% %dynnetwork% %battery% } %UnsafeStdinReader% { %date% | %YPAD% | %updates% %trayerpad%"
+ , template = " %cpu% %memory% %dynnetwork% } %UnsafeStdinReader% { %date% | %YPAD% | %updates% %trayerpad%"
-- general behavior
, lowerOnStart = True -- send to bottom of window stack on start
@@ -102,14 +102,14 @@ Config {
-- Battery information. This is likely to require some customization
-- based upon your specific hardware. Or, for a desktop you may want
-- to just remove this section entirely.
- , Run BatteryP ["BAT0"]
- [ "--template", " %, "
- , "-L", "10", "-H", "80"
- , "-l", "#882410", "-h", "#95C05D"
- , "--", "-O", "Charging", "-o", "Battery"
- -- , "-a", "notify-send -u critical 'Battery running out!!'"
- -- , "-A", "10"
- ] 10
+ -- , Run BatteryP ["BAT0"]
+ -- [ "--template", " %, "
+ -- , "-L", "10", "-H", "80"
+ -- , "-l", "#882410", "-h", "#95C05D"
+ -- , "--", "-O", "Charging", "-o", "Battery"
+ -- -- , "-a", "notify-send -u critical 'Battery running out!!'"
+ -- -- , "-A", "10"
+ -- ] 10
-- Runs a standard shell command 'uname -r' to get kernel version
-- , Run Com "uname" ["-r"] "" 3600