From 5a83f4b8a540113b1f18777a5452ed2edacf8e94 Mon Sep 17 00:00:00 2001 From: Sakooooo <78461130+Sakooooo@users.noreply.github.com> Date: Thu, 18 Jul 2024 00:09:31 +0400 Subject: [PATCH] asdf --- 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 41f2d2e0..20abb51c 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 --padding 8 --iconspacing 5 --height 25 --widthtype request --margin 40 --alpha 0 --SetDockType true --SetPartialStrut true --expand true --transparent true --tint 'black'" + spawn "trayer --edge bottom --align right --padding 8 --iconspacing 5 --height 25 --widthtype request --alpha 0 --SetDockType true --SetPartialStrut true --expand true --transparent true --tint 'black'" ------------------------------------------------------------------------ -- Now run xmonad with all the defaults we set up.