TRAYERRRRRRRRRRRRRRRRRRRRRRRRRRR
This commit is contained in:
parent
72ede49644
commit
eb42d021d9
|
@ -12,7 +12,7 @@ Config {
|
|||
-- layout
|
||||
, sepChar = "%" -- delineator between plugin names and straight text
|
||||
, alignSep = "}{" -- separator between left-right alignment
|
||||
, template = "%StdinReader% | %battery% | %multicpu% | %memory% | %dynnetwork% }{ %date% | %kbd% %_XMONAD_TRAYPAD% %tray%"
|
||||
, template = "%StdinReader% | %battery% | %multicpu% | %memory% | %dynnetwork% }{ %date% | %kbd% %_XMONAD_TRAYPAD%"
|
||||
|
||||
-- general behavior
|
||||
, lowerOnStart = True -- send to bottom of window stack on start
|
||||
|
@ -79,7 +79,6 @@ Config {
|
|||
, "--normal" , "darkorange"
|
||||
, "--high" , "darkred"
|
||||
] 10
|
||||
, Run Com "trayer" ["-l"] "tray" 20
|
||||
, Run XPropertyLog "_XMONAD_TRAYPAD"
|
||||
|
||||
-- battery monitor
|
||||
|
|
|
@ -256,6 +256,7 @@ myLogHook h = dynamicLogWithPP $ def { ppOutput = hPutStrLn h }
|
|||
-- By default, do nothing.
|
||||
myStartupHook = do
|
||||
spawnOnce "keepassxc"
|
||||
spawn "sleep 1 && killall trayer; trayer --edge bottom --align right --SetDockType true --SetPartialStrut true --height 20 --transparent true --alpha 0 --tint #000000 --widthtype request"
|
||||
|
||||
------------------------------------------------------------------------
|
||||
-- Now run xmonad with all the defaults we set up.
|
||||
|
|
Loading…
Reference in a new issue