This commit is contained in:
Sakooooo 2023-07-24 17:57:51 +03:00
parent a888da7c3d
commit b5a70e5dcf
Signed by: sako
GPG key ID: 3FD715D87D7725E0

View file

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