From a888da7c3dba5fd5aa5cc9aa1172878feb204d87 Mon Sep 17 00:00:00 2001 From: Sakooooo <78461130+Sakooooo@users.noreply.github.com> Date: Mon, 24 Jul 2023 17:54:20 +0300 Subject: [PATCH] we --- 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 c485592b..244818dd 100644 --- a/config/xmonad/xmonad.hs +++ b/config/xmonad/xmonad.hs @@ -257,7 +257,7 @@ myLogHook h = dynamicLogWithPP $ def { ppOutput = hPutStrLn h } -- By default, do nothing. myStartupHook = do spawnOnce "keepassxc" - spawn "trayer --edge bottom --align right --heighttype request --widthtype request --transparent true --tint '#000000'" + spawn "trayer --edge bottom --align right --height 30 --widthtype request --transparent true --tint '#000000'" ------------------------------------------------------------------------ -- Now run xmonad with all the defaults we set up.