refac(prog/xmonad/xmobar): change normal colors

This commit is contained in:
Dmitriy Pleshevskiy 2022-05-28 14:42:58 +03:00
parent b9ae47e146
commit 2c76b09827

View file

@ -61,9 +61,8 @@ myCommands =
MultiCpu MultiCpu
[ "--template", "Cpu: <total>" [ "--template", "Cpu: <total>"
, "--suffix" , "True" , "--suffix" , "True"
, "--Low" , "3" , "--Low" , "10"
, "--High" , "50" , "--High" , "50"
, "--low" , colorGreen
, "--normal" , colorYellow , "--normal" , colorYellow
, "--high" , colorRed , "--high" , colorRed
] ]
@ -78,11 +77,10 @@ myCommands =
"wlxd03745e1e87b" "wlxd03745e1e87b"
[ "--template", "<ssid> <quality>" [ "--template", "<ssid> <quality>"
, "--suffix" , "True" , "--suffix" , "True"
, "--Low" , "40" , "--Low" , "20"
, "--High" , "70" , "--High" , "40"
, "--low" , colorRed , "--low" , colorRed
, "--normal" , colorYellow , "--normal" , colorYellow
, "--high" , colorGreen
] ]
(10 `seconds`) (10 `seconds`)
, Run $ ComX "/bin/bash" ["-c", "~/.config/xmobar/scripts/get_volume.sh"] "N/A" "volume" 1 , Run $ ComX "/bin/bash" ["-c", "~/.config/xmobar/scripts/get_volume.sh"] "N/A" "volume" 1