diff options
| author | BardofSprites <[email protected]> | 2025-04-03 21:36:16 -0400 |
|---|---|---|
| committer | BardofSprites <[email protected]> | 2025-04-03 21:36:16 -0400 |
| commit | 3ee1626dcd435da635fa5cfabdb564a86a824a2f (patch) | |
| tree | dba837af9cd926c9b38aeb2365ad5643f802bbc6 /xmonad | |
| parent | 7ff2f27a84c254d99a9e4d285e8da14453a48aa1 (diff) | |
less annoying cpu module
Diffstat (limited to 'xmonad')
| -rw-r--r-- | xmonad/.config/xmobar/xmobarrc | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/xmonad/.config/xmobar/xmobarrc b/xmonad/.config/xmobar/xmobarrc index 0972ff5..213d7b2 100644 --- a/xmonad/.config/xmobar/xmobarrc +++ b/xmonad/.config/xmobar/xmobarrc @@ -21,7 +21,13 @@ Config { , "--high" , "#ff4f58" ] 10 , Run ThermalZone 0 ["-t"," : <temp>C"] 30 - , Run MultiCpu ["-H","95","--high","red","-t","[<autovbar>]","--","--contiguous-icons"] 10 + , Run MultiCpu [ "--template" , " : <total0>%|<total1>%" + , "--Low" , "50" -- units: % + , "--High" , "85" -- units: % + , "--low" , "#73c936" + , "--normal" , "#ce5c00" + , "--high" , "#ff4f58" + ] 10 ] - , template = " %StdinReader% }{ <fc=#ffdd33>%weather%</fc> | <fc=#73c936> : %mail% unread</fc> | <fc=#96a6c8>%music%</fc> | : %multicpu% | %thermal0% | %dynnetwork% | : %mydate% " + , template = " %StdinReader% }{ <fc=#ffdd33>%weather%</fc> | <fc=#73c936> : %mail% unread</fc> | <fc=#96a6c8>%music%</fc> | %multicpu% | %thermal0% | %dynnetwork% | : %mydate% " } |
