starttrayer 456 B

1234567891011121314151617181920212223242526
  1. #!/usr/bin/env bash
  2. pkill nm-applet &> /dev/null
  3. pkill trayer &> /dev/null
  4. pkill blueman-applet &> /dev/null
  5. nohup nm-applet &> /dev/null &
  6. nohup blueman-applet &> /dev/null &
  7. trayer \
  8. --edge top \
  9. --align right \
  10. --SetDockType true \
  11. --SetPartialStrut true \
  12. --expand false \
  13. --widthtype percent \
  14. --width 5 \
  15. --tint 0x1d1f21 \
  16. --transparent true \
  17. --heighttype pixel \
  18. --height 18 \
  19. --margin 0 \
  20. --padding 0 \
  21. --alpha 0 &