okay work now please
This commit is contained in:
parent
1b9a2b3b69
commit
9a09b9189d
1 changed files with 3 additions and 1 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 = "%StdinReader% | %battery% | %multicpu% | %memory% }{ %vol% | %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
|
||||||
|
@ -80,6 +80,8 @@ Config {
|
||||||
] 10
|
] 10
|
||||||
, Run XPropertyLog "_XMONAD_TRAYPAD"
|
, Run XPropertyLog "_XMONAD_TRAYPAD"
|
||||||
|
|
||||||
|
, Run CommandReader "/home/sako/.config/xmobar/scripts/volume.sh" "vol" 10
|
||||||
|
|
||||||
-- battery monitor
|
-- battery monitor
|
||||||
, Run Battery [ "--template" , "Batt: <acstatus>"
|
, Run Battery [ "--template" , "Batt: <acstatus>"
|
||||||
, "--Low" , "10" -- units: %
|
, "--Low" , "10" -- units: %
|
||||||
|
|
Loading…
Reference in a new issue