From 4b8a5765c66d7b834e7bab05607dd85706552c32 Mon Sep 17 00:00:00 2001 From: Sakooooo <78461130+Sakooooo@users.noreply.github.com> Date: Mon, 24 Jul 2023 01:19:55 +0300 Subject: [PATCH] work now please --- 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 96e97e21..eb886d04 100644 --- a/config/xmonad/xmonad.hs +++ b/config/xmonad/xmonad.hs @@ -256,7 +256,7 @@ myLogHook h = dynamicLogWithPP $ def { ppOutput = hPutStrLn h } -- By default, do nothing. myStartupHook = do spawnOnce "keepassxc" - spawn "sleep 1 && killall trayer; trayer --edge bottom --align right --SetDockType true --SetPartialStrut true --height 20 --transparent true --alpha 0 --tint #000000 --widthtype request" + spawn "sleep 1 && killall trayer; trayer --edge bottom --align right --SetDockType true --SetPartialStrut true --height 30 --transparent true --alpha 0 --tint #000000 --widthtype request" ------------------------------------------------------------------------ -- Now run xmonad with all the defaults we set up.