switch to XMonadLog

This commit is contained in:
Sakooooo 2023-07-24 19:00:37 +03:00
parent 5b60b1de76
commit 4d2c3cebc3
Signed by: sako
GPG key ID: 3FD715D87D7725E0

View file

@ -12,7 +12,7 @@ Config {
-- layout -- layout
, sepChar = "%" -- delineator between plugin names and straight text , sepChar = "%" -- delineator between plugin names and straight text
, alignSep = "}{" -- separator between left-right alignment , alignSep = "}{" -- separator between left-right alignment
, template = "%StdinReader% | %battery% | %multicpu% | %memory% }{ %date% | %kbd% %_XMONAD_TRAYPAD%" , template = "%XMonadLog% | %battery% | %multicpu% | %memory% }{ %date% | %kbd% %_XMONAD_TRAYPAD%"
-- general behavior -- general behavior
, lowerOnStart = True -- send to bottom of window stack on start , lowerOnStart = True -- send to bottom of window stack on start
@ -51,7 +51,7 @@ Config {
, "--high" , "darkred" , "--high" , "darkred"
] 10 ] 10
-- workspaces -- workspaces
, Run StdinReader , Run XMonadLog
-- cpu activity monitor -- cpu activity monitor
, Run MultiCpu [ "--template" , "Cpu: <total0>%|<total1>%" , Run MultiCpu [ "--template" , "Cpu: <total0>%|<total1>%"