]> code.delx.au - dotfiles/blob - bin/trayer
a242fa0aa0d4b90390b22cc45fcaf298ce6f46a0
[dotfiles] / bin / trayer
1 #!/bin/bash
2
3 exec /usr/bin/trayer \
4 --edge top --align right \
5 --transparent true --alpha 0 --tint 0x000000 \
6 --SetDockType true --SetPartialStrut false --expand false \
7 --widthtype pixel --width 200 --height 20 --margin 0
8