diff --git a/bin/xmobar.hs b/bin/xmobar.hs index 62348b5..f05f7fd 100644 --- a/bin/xmobar.hs +++ b/bin/xmobar.hs @@ -135,7 +135,6 @@ batteryCmd = CmdSpec , "--normal", T.fgColor , "--high", T.fgColor , "--" - , "-a", notify , "-P" , "-o" , fontify "\xf0e7" , "-O" , fontify "\xf1e6" @@ -144,14 +143,6 @@ batteryCmd = CmdSpec } where fontify = fontifyText IconSmall - -- TODO format this with standardized notification library from xmonad.internal - notify = fmtCmd "notify-send" - [ "-u" - , "critical" - , "-i" - , "'dialog-information-symbolic'" - , "'low battery'" - ] vpnCmd :: CmdSpec vpnCmd = CmdSpec