this better work
This commit is contained in:
parent
7a349dd3b3
commit
72ede49644
|
@ -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% | %dynnetwork% }{ %date% | %kbd% %_XMONAD_TRAYPAD%"
|
, template = "%StdinReader% | %battery% | %multicpu% | %memory% | %dynnetwork% }{ %date% | %kbd% %_XMONAD_TRAYPAD% %tray%"
|
||||||
|
|
||||||
-- general behavior
|
-- general behavior
|
||||||
, lowerOnStart = True -- send to bottom of window stack on start
|
, lowerOnStart = True -- send to bottom of window stack on start
|
||||||
|
@ -79,7 +79,7 @@ Config {
|
||||||
, "--normal" , "darkorange"
|
, "--normal" , "darkorange"
|
||||||
, "--high" , "darkred"
|
, "--high" , "darkred"
|
||||||
] 10
|
] 10
|
||||||
, Run Com "trayer -l" 20
|
, Run Com "trayer" ["-l"] "tray" 20
|
||||||
, Run XPropertyLog "_XMONAD_TRAYPAD"
|
, Run XPropertyLog "_XMONAD_TRAYPAD"
|
||||||
|
|
||||||
-- battery monitor
|
-- battery monitor
|
||||||
|
|
Loading…
Reference in a new issue