diff options
Diffstat (limited to '.config/xmonad/xmobarrc')
| -rw-r--r-- | .config/xmonad/xmobarrc | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/.config/xmonad/xmobarrc b/.config/xmonad/xmobarrc index 8ff0542..b33fc46 100644 --- a/.config/xmonad/xmobarrc +++ b/.config/xmonad/xmobarrc @@ -45,8 +45,6 @@ Config { , Run Com "volume" ["Volume: <fc=#02d310>%s</fc>"] "" 5 - , Run Alsa "default" "Master" [] - -- network activity monitor (dynamic interface resolution) , Run DynNetwork [ "--template" , "<fc=#02d310><dev></fc>" , "--Low" , "1000" -- units: B/s @@ -56,15 +54,6 @@ Config { , "--high" , "red" ] 10 - -- cpu activity monitor - , Run MultiCpu [ "--template" , "Cpu: <total0>%|<total1>%" - , "--Low" , "50" -- units: % - , "--High" , "85" -- units: % - , "--low" , "#02d310" -- red - , "--normal" , "#ed8b02" -- orange - , "--high" , "#ed2902" -- green - ] 10 - -- battery monitor , Run Battery [ "--template" , "Battery: <acstatus>" , "--Low" , "10" -- units: % |