diff --git a/programs/xmonad/xmobar/src/xmobar.hs b/programs/xmonad/xmobar/src/xmobar.hs
index 8ea3234..b2fe495 100644
--- a/programs/xmonad/xmobar/src/xmobar.hs
+++ b/programs/xmonad/xmobar/src/xmobar.hs
@@ -52,7 +52,7 @@ config n = defaultConfig
, alignSep = "}{"
, template = "%XMonadLog%"
<> "} %date% %cpu% | %memory% * %swap% | %wlxd03745e1e87bwi%"
- <> "{ Emails: %emails% Vol: %volume% %kbd% %time%"
+ <> "{ Vol: %volume% %kbd% %time%"
}
myCommands :: [Runnable]
@@ -86,7 +86,7 @@ myCommands =
]
(10 `seconds`)
, Run $ Com "/bin/bash" ["-c", "~/.config/xmobar/scripts/get_volume.sh"] "volume" 1
- , Run $ Com "/bin/bash" ["-c", "~/scripts/him.sh unread-count"] "emails" 60
+ -- , Run $ Com "/bin/bash" ["-c", "~/scripts/him.sh unread-count"] "emails" 60
, Run XMonadLog
]
where