From 4959fac20c1ff2617bd892698fdb9d372cf2cc78 Mon Sep 17 00:00:00 2001 From: Sakooooo <78461130+Sakooooo@users.noreply.github.com> Date: Mon, 24 Jul 2023 01:02:29 +0300 Subject: [PATCH] work pleased --- config/xmobar/xmobarrc | 2 +- config/xmonad/xmonad.hs | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/config/xmobar/xmobarrc b/config/xmobar/xmobarrc index 829e78c6..d7ecdaf4 100644 --- a/config/xmobar/xmobarrc +++ b/config/xmobar/xmobarrc @@ -79,7 +79,7 @@ Config { , "--normal" , "darkorange" , "--high" , "darkred" ] 10 - , Run XPropertyLog "_XMONAD_TRAYPAD" + , Run XPropertyLog "_XMONAD_TRAYPAD" [] "trayer" 20 -- battery monitor , Run Battery [ "--template" , "Batt: " diff --git a/config/xmonad/xmonad.hs b/config/xmonad/xmonad.hs index 88e8b807..054eb155 100644 --- a/config/xmonad/xmonad.hs +++ b/config/xmonad/xmonad.hs @@ -256,7 +256,6 @@ myLogHook h = dynamicLogWithPP $ def { ppOutput = hPutStrLn h } -- By default, do nothing. myStartupHook = do spawnOnce "keepassxc" - spawn "trayer -l --edge bottom --align right --SetDockType true --tint #000000 --SetPartialStrut true --expand true --transparent true --alpha 0" ------------------------------------------------------------------------ -- Now run xmonad with all the defaults we set up.