From 1a6c159f0b1f4a1d430d748e52611acc5a5f680b Mon Sep 17 00:00:00 2001 From: Dmitriy Pleshevskiy Date: Thu, 26 May 2022 18:16:44 +0300 Subject: [PATCH] refac(prog/xmonad/xmobar): use multicpu --- programs/xmonad/xmobar/src/xmobar.hs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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"