diff --git a/config/xmonad/xmonad.hs b/config/xmonad/xmonad.hs index 1db2d2b8..eab0facb 100644 --- a/config/xmonad/xmonad.hs +++ b/config/xmonad/xmonad.hs @@ -264,7 +264,7 @@ myStartupHook = do spawnOnce "nm-applet" spawnOnce "blueman-applet" spawnOnce "flameshot" - spawn "trayer --edge bottom --align right --iconspacing 3 --heighttype request --widthtype request --alpha 0 --transparent true --tint '#000000'" + spawn "trayer --edge bottom --align right --padding 2 --iconspacing 1 --heighttype request --widthtype request --alpha 0 --transparent true --tint '#000000'" ------------------------------------------------------------------------ -- Now run xmonad with all the defaults we set up.