From 9c17c13b36a52f9755d5bdbcd3155770e0004b47 Mon Sep 17 00:00:00 2001 From: Sakooooo <78461130+Sakooooo@users.noreply.github.com> Date: Wed, 2 Aug 2023 15:20:08 +0300 Subject: [PATCH] maybe fix trayer --- config/xmonad/xmonad.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/xmonad/xmonad.hs b/config/xmonad/xmonad.hs index 0e37a05d..a0912b17 100644 --- a/config/xmonad/xmonad.hs +++ b/config/xmonad/xmonad.hs @@ -299,7 +299,7 @@ myStartupHook = do spawnOnce "nm-applet" spawnOnce "blueman-applet" 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.