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