diff --git a/programs/xmonad/xmobar/src/xmobar.hs b/programs/xmonad/xmobar/src/xmobar.hs
index 0158ea0..1239337 100644
--- a/programs/xmonad/xmobar/src/xmobar.hs
+++ b/programs/xmonad/xmobar/src/xmobar.hs
@@ -51,14 +51,14 @@ config n = defaultConfig
, sepChar = "%"
, alignSep = "}{"
, template = "%XMonadLog%"
- <> "} %date% %cpu% | %memory% * %swap% | %wlxd03745e1e87bwi%"
+ <> "} %date% %multicpu% | %memory% * %swap% | %wlxd03745e1e87bwi%"
<> "{ USD %usdrub% (" <> green "%usdrubdiff%" <> ") Vol: %volume% %kbd% %time%"
}
myCommands :: [Runnable]
myCommands =
[ Run $
- Cpu
+ MultiCpu
[ "--template", "Cpu: "
, "--suffix" , "True"
, "--Low" , "3"