From 6c2127482249caeece2a8fdc881dcac4a0bfd901 Mon Sep 17 00:00:00 2001 From: Sakooooo <78461130+Sakooooo@users.noreply.github.com> Date: Mon, 24 Jul 2023 18:12:56 +0300 Subject: [PATCH] lmao --- 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 1db2d2b8..eab0facb 100644 --- a/config/xmonad/xmonad.hs +++ b/config/xmonad/xmonad.hs @@ -264,7 +264,7 @@ myStartupHook = do spawnOnce "nm-applet" spawnOnce "blueman-applet" spawnOnce "flameshot" - spawn "trayer --edge bottom --align right --iconspacing 3 --heighttype request --widthtype request --alpha 0 --transparent true --tint '#000000'" + spawn "trayer --edge bottom --align right --padding 2 --iconspacing 1 --heighttype request --widthtype request --alpha 0 --transparent true --tint '#000000'" ------------------------------------------------------------------------ -- Now run xmonad with all the defaults we set up.