Added toggle-stalonetray.sh

This commit is contained in:
Alexander Rosenberg 2023-09-29 11:09:26 -07:00
parent fef6a2f54c
commit 7a4643a25e
Signed by: Zander671
GPG Key ID: 5FD0394ADBD72730

5
toggle-stalonetray.sh Executable file
View File

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