forgoto to update trayer

This commit is contained in:
Sakooooo 2023-09-19 13:32:08 +04:00
parent 180869c42c
commit 9351bf5f33
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 top --align right --iconspacing 5 --height 30 --widthtype request --alpha 0 --transparent true --tint 'black'" spawn "trayer --edge bottom --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.