switch to XMonadLog
This commit is contained in:
parent
5b60b1de76
commit
4d2c3cebc3
1 changed files with 2 additions and 2 deletions
|
@ -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>%"
|
||||||
|
|
Loading…
Reference in a new issue