From 2c5bbfa6e2dc15cdf82240e363080d325a906c14 Mon Sep 17 00:00:00 2001 From: Sakooooo <78461130+Sakooooo@users.noreply.github.com> Date: Wed, 2 Aug 2023 15:21:43 +0300 Subject: [PATCH] change distance again --- 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 a0912b17..fe3fa03b 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 7 --height 30 --widthtype request --alpha 0 --transparent true --tint 'black' --distancefrom bottom --distance 4" + spawn "trayer --edge bottom --align right --iconspacing 7 --height 30 --widthtype request --alpha 0 --transparent true --tint 'black' --distancefrom top --distance 4" ------------------------------------------------------------------------ -- Now run xmonad with all the defaults we set up.