aboutsummaryrefslogtreecommitdiff
path: root/.local/bin/wrappers/stalonetray
blob: bcdf87c5967a1286ebe4e7014510905347453527 (plain)
1
2
3
4
5
6
#!/bin/sh -eu
$(which stalonetray --all | grep --invert-match "local/bin" | head -n 1) \
  --background '#000000' \
  --window-type normal \
  --window-strut none \
  "$@";