refac(prog/xmobar): remove emails

This commit is contained in:
Dmitriy Pleshevskiy 2022-04-29 16:23:09 +03:00
parent 372335f056
commit 94a6ed302f

View file

@ -52,7 +52,7 @@ config n = defaultConfig
, alignSep = "}{"
, template = "%XMonadLog%"
<> "} %date% <hspace=60/> %cpu% | %memory% * %swap% | %wlxd03745e1e87bwi%"
<> "{ Emails: %emails% <hspace=8/> Vol: %volume% <fn=1><box> %kbd% </box> <fc=#ee9a00>%time%</fc></fn>"
<> "{ Vol: %volume% <fn=1><box> %kbd% </box> <fc=#ee9a00>%time%</fc></fn>"
}
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