Adding trayer to xmonad with script to adjust for trayer width.

This commit is contained in:
Derek Taylor
2020-05-16 21:24:02 -05:00
parent 7f6f440a65
commit c6d267c7f3
2 changed files with 2 additions and 2 deletions

View File

@@ -115,7 +115,7 @@ myStartupHook = do
spawnOnce "picom &"
spawnOnce "nm-applet &"
spawnOnce "volumeicon &"
spawnOnce "trayer --edge top --align right --widthtype request --margin 5 --SetDockType true --SetPartialStrut true --expand true --monitor 1 --transparent true --alpha 0 --tint 0x292d3e --height 18 &"
spawnOnce "trayer --edge top --align right --widthtype request --padding 6 --SetDockType true --SetPartialStrut true --expand true --monitor 1 --transparent true --alpha 0 --tint 0x292d3e --height 18 &"
--spawnOnce "emacs --daemon &"
setWMName "LG3D"