work pleased
This commit is contained in:
parent
1824d1ea2b
commit
4959fac20c
|
@ -79,7 +79,7 @@ Config {
|
||||||
, "--normal" , "darkorange"
|
, "--normal" , "darkorange"
|
||||||
, "--high" , "darkred"
|
, "--high" , "darkred"
|
||||||
] 10
|
] 10
|
||||||
, Run XPropertyLog "_XMONAD_TRAYPAD"
|
, Run XPropertyLog "_XMONAD_TRAYPAD" [] "trayer" 20
|
||||||
|
|
||||||
-- battery monitor
|
-- battery monitor
|
||||||
, Run Battery [ "--template" , "Batt: <acstatus>"
|
, Run Battery [ "--template" , "Batt: <acstatus>"
|
||||||
|
|
|
@ -256,7 +256,6 @@ myLogHook h = dynamicLogWithPP $ def { ppOutput = hPutStrLn h }
|
||||||
-- By default, do nothing.
|
-- By default, do nothing.
|
||||||
myStartupHook = do
|
myStartupHook = do
|
||||||
spawnOnce "keepassxc"
|
spawnOnce "keepassxc"
|
||||||
spawn "trayer -l --edge bottom --align right --SetDockType true --tint #000000 --SetPartialStrut true --expand true --transparent true --alpha 0"
|
|
||||||
|
|
||||||
------------------------------------------------------------------------
|
------------------------------------------------------------------------
|
||||||
-- Now run xmonad with all the defaults we set up.
|
-- Now run xmonad with all the defaults we set up.
|
||||||
|
|
Loading…
Reference in a new issue