TRAYERRRRRRRRRRRRRRRRRRRRRRRRRRR

This commit is contained in:
Sakooooo 2023-07-24 01:18:00 +03:00
parent 72ede49644
commit eb42d021d9
Signed by: sako
GPG key ID: 3FD715D87D7725E0
2 changed files with 2 additions and 2 deletions

View file

@ -12,7 +12,7 @@ Config {
-- layout
, sepChar = "%" -- delineator between plugin names and straight text
, alignSep = "}{" -- separator between left-right alignment
, template = "%StdinReader% | %battery% | %multicpu% | %memory% | %dynnetwork% }{ %date% | %kbd% %_XMONAD_TRAYPAD% %tray%"
, template = "%StdinReader% | %battery% | %multicpu% | %memory% | %dynnetwork% }{ %date% | %kbd% %_XMONAD_TRAYPAD%"
-- general behavior
, lowerOnStart = True -- send to bottom of window stack on start
@ -79,7 +79,6 @@ Config {
, "--normal" , "darkorange"
, "--high" , "darkred"
] 10
, Run Com "trayer" ["-l"] "tray" 20
, Run XPropertyLog "_XMONAD_TRAYPAD"
-- battery monitor

View file

@ -256,6 +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"
------------------------------------------------------------------------
-- Now run xmonad with all the defaults we set up.