From 0a60b3b3e7b8f8b58e6c632a8f8f042c9742cb2b Mon Sep 17 00:00:00 2001 From: ndwarshuis Date: Tue, 28 Jun 2022 23:30:47 -0400 Subject: [PATCH] FIX remove annoying battery notification --- bin/xmobar.hs | 9 --------- 1 file changed, 9 deletions(-) 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