does this make tray menu normal

This commit is contained in:
Sakooooo 2023-08-03 15:00:14 +03:00
parent 78650f1b77
commit 57ce4aee9f
Signed by: sako
GPG key ID: 3FD715D87D7725E0

View file

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