work pleased

This commit is contained in:
Sakooooo 2023-07-24 01:02:29 +03:00
parent 1824d1ea2b
commit 4959fac20c
Signed by: sako
GPG key ID: 3FD715D87D7725E0
2 changed files with 1 additions and 2 deletions

View file

@ -79,7 +79,7 @@ Config {
, "--normal" , "darkorange" , "--normal" , "darkorange"
, "--high" , "darkred" , "--high" , "darkred"
] 10 ] 10
, Run XPropertyLog "_XMONAD_TRAYPAD" , Run XPropertyLog "_XMONAD_TRAYPAD" [] "trayer" 20
-- battery monitor -- battery monitor
, Run Battery [ "--template" , "Batt: <acstatus>" , Run Battery [ "--template" , "Batt: <acstatus>"

View file

@ -256,7 +256,6 @@ myLogHook h = dynamicLogWithPP $ def { ppOutput = hPutStrLn h }
-- By default, do nothing. -- By default, do nothing.
myStartupHook = do myStartupHook = do
spawnOnce "keepassxc" 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. -- Now run xmonad with all the defaults we set up.