Update trayer

This commit is contained in:
2025-08-14 20:19:53 +02:00
parent b8011a4298
commit a5c0b71e8b
2 changed files with 3 additions and 3 deletions

View File

@ -15,7 +15,8 @@ alias sort='sort -n'
alias ssh='kitten ssh'
alias sudo='doas'
alias sudoedit='doas rvim'
alias trayer='trayer -l --edge top --align right --SetDockType true --SetPartialStrut true --expand true --widthtype request --transparent true --tint 0x232634 --height 18 --monitor 1'
#alias trayer='trayer -l --edge top --align right --SetDockType true --SetPartialStrut true --expand true --widthtype request --transparent true --tint 0x232634 --height 18 --monitor 1'
alias trayer='trayer -l --edge top --align right --SetDockType true --SetPartialStrut true --expand true --widthtype request --tint 0x232634 --height 18 --monitor 1'
alias trc='trash-empty'
alias trl='trash-list'
alias trm='trash-rm'

View File

@ -197,8 +197,7 @@ myStartupHook = do
spawnOnce
"trayer -l --edge top --align right --SetDockType true \
\--SetPartialStrut true --expand true --widthtype request \
\--transparent true --tint 0x232634 --height 18 \
\--monitor 1"
\--tint 0x232634 --height 18 --monitor 1"
spawnOnce "redshift-gtk"
spawnOnce "udiskie"
spawnOnce "nm-applet"