From 0784e19b76ebc45b8ce1d342f5bd26b5857d8092 Mon Sep 17 00:00:00 2001 From: Sakooooo <78461130+Sakooooo@users.noreply.github.com> Date: Wed, 4 Oct 2023 10:07:52 +0400 Subject: [PATCH] forgot this --- 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 cf7ff17d..17fc1ad0 100644 --- a/config/xmonad/xmonad.hs +++ b/config/xmonad/xmonad.hs @@ -306,7 +306,7 @@ myStartupHook = do spawnOnce "blueman-applet" spawnOnce "flameshot" spawn "picom" - spawn "trayer --edge bottom --align right --iconspacing 5 --height 30 --widthtype request --alpha 0 --transparent true --tint 'black'" + spawn "trayer --edge top --align right --iconspacing 5 --height 30 --widthtype request --alpha 0 --transparent true --tint 'black'" ------------------------------------------------------------------------ -- Now run xmonad with all the defaults we set up.