From 712af2a773e0aebddea64c6c0ece245de7577aae Mon Sep 17 00:00:00 2001 From: Sakooooo <78461130+Sakooooo@users.noreply.github.com> Date: Thu, 5 Oct 2023 08:21:31 +0400 Subject: [PATCH] lol ! ! ! --- 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 ed454a76..fac0b56f 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 top --align right --iconspacing 5 --height 25 --widthtype request --alpha 0 --transparent true --tint 'black'" + spawn "trayer --edge bottom --align right --iconspacing 5 --height 25 --widthtype request --alpha 0 --transparent true --tint 'black'" ------------------------------------------------------------------------ -- Now run xmonad with all the defaults we set up.