From 3ee1626dcd435da635fa5cfabdb564a86a824a2f Mon Sep 17 00:00:00 2001 From: BardofSprites <89086143+BardofSprites@users.noreply.github.com> Date: Thu, 3 Apr 2025 21:36:16 -0400 Subject: less annoying cpu module --- xmonad/.config/xmobar/xmobarrc | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) (limited to 'xmonad/.config/xmobar/xmobarrc') 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"," : C"] 30 - , Run MultiCpu ["-H","95","--high","red","-t","[]","--","--contiguous-icons"] 10 + , Run MultiCpu [ "--template" , "󰍛 : %|%" + , "--Low" , "50" -- units: % + , "--High" , "85" -- units: % + , "--low" , "#73c936" + , "--normal" , "#ce5c00" + , "--high" , "#ff4f58" + ] 10 ] - , template = " %StdinReader% }{ %weather% |  : %mail% unread | %music% | 󰍛 : %multicpu% | %thermal0% | %dynnetwork% | 󰃰: %mydate% " + , template = " %StdinReader% }{ %weather% |  : %mail% unread | %music% | %multicpu% | %thermal0% | %dynnetwork% | 󰃰: %mydate% " } -- cgit v1.2.3