random-scripts/toggle-stalonetray.sh

6 lines
132 B
Bash
Executable File

#!/usr/bin/env sh
pgrep stalonetray \
&& pkill stalonetray \
|| stalonetray -bg '#000000' -i 64 --geometry '7x1+3840-10' &