work now please

This commit is contained in:
Sakooooo 2023-07-24 01:19:55 +03:00
parent eb42d021d9
commit 4b8a5765c6
Signed by: sako
GPG key ID: 3FD715D87D7725E0

View file

@ -256,7 +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"
spawn "sleep 1 && killall trayer; trayer --edge bottom --align right --SetDockType true --SetPartialStrut true --height 30 --transparent true --alpha 0 --tint #000000 --widthtype request"
------------------------------------------------------------------------
-- Now run xmonad with all the defaults we set up.