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

This commit is contained in:
Derek Taylor
2020-05-16 21:17:15 -05:00
parent 5a7043c99a
commit 7f6f440a65
3 changed files with 52 additions and 3 deletions

View File

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