diff --git a/config/xmonad/xmonad.hs b/config/xmonad/xmonad.hs index 244818dd..45bccb82 100644 --- a/config/xmonad/xmonad.hs +++ b/config/xmonad/xmonad.hs @@ -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 --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.