From 5a17d6bbdae0e3814bd5a6e5e28012d406fcc9ce Mon Sep 17 00:00:00 2001 From: Sakooooo <78461130+Sakooooo@users.noreply.github.com> Date: Wed, 17 Jul 2024 21:46:36 +0400 Subject: [PATCH] skibidi toilet --- 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 7c820d52..f005c7ee 100644 --- a/config/xmonad/xmonad.hs +++ b/config/xmonad/xmonad.hs @@ -307,7 +307,7 @@ myStartupHook = do spawnOnce "flameshot" spawnOnce "nextcloud" spawn "picom" - spawn "trayer --edge bottom --align right --iconspacing 5 --height 25 --widthtype request --alpha 0 --transparent true --tint 'black'" + spawn "trayer --edge bottom --align right --iconspacing 5 --height 15 --widthtype request --alpha 0 --transparent true --tint 'black'" ------------------------------------------------------------------------ -- Now run xmonad with all the defaults we set up.