maybe fix trayer

This commit is contained in:
Sakooooo 2023-08-02 15:20:08 +03:00
parent bca7b5db34
commit 9c17c13b36
Signed by: sako
GPG key ID: 3FD715D87D7725E0

View file

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