forgot this

This commit is contained in:
Sakooooo 2023-10-04 10:07:52 +04:00
parent 5e5f4e2e6a
commit 0784e19b76
Signed by: sako
GPG key ID: 3FD715D87D7725E0

View file

@ -306,7 +306,7 @@ myStartupHook = do
spawnOnce "blueman-applet" spawnOnce "blueman-applet"
spawnOnce "flameshot" spawnOnce "flameshot"
spawn "picom" spawn "picom"
spawn "trayer --edge bottom --align right --iconspacing 5 --height 30 --widthtype request --alpha 0 --transparent true --tint 'black'" spawn "trayer --edge top --align right --iconspacing 5 --height 30 --widthtype request --alpha 0 --transparent true --tint 'black'"
------------------------------------------------------------------------ ------------------------------------------------------------------------
-- Now run xmonad with all the defaults we set up. -- Now run xmonad with all the defaults we set up.