Added toggle-stalonetray.sh
This commit is contained in:
5
toggle-stalonetray.sh
Executable file
5
toggle-stalonetray.sh
Executable file
@ -0,0 +1,5 @@
|
|||||||
|
#!/usr/bin/env sh
|
||||||
|
|
||||||
|
pgrep stalonetray \
|
||||||
|
&& pkill stalonetray \
|
||||||
|
|| stalonetray -bg '#000000' -i 64 --geometry '7x1+3840-10' &
|
Reference in New Issue
Block a user