This commit is contained in:
Sakooooo 2023-07-24 17:30:05 +03:00
parent 4d030e5167
commit 07670f4a8e
Signed by: sako
GPG key ID: 3FD715D87D7725E0

View file

@ -257,7 +257,7 @@ myLogHook h = dynamicLogWithPP $ def { ppOutput = hPutStrLn h }
-- By default, do nothing.
myStartupHook = do
spawnOnce "keepassxc"
spawn "trayer --edge bottom --align right --heighttype request --widthtype request --transparent true --tint #000000"
spawn "trayer --edge bottom --align right --heighttype request --widthtype request --transparent true --tint '#000000'"
------------------------------------------------------------------------
-- Now run xmonad with all the defaults we set up.