From 7a4643a25ed234c086dbf5ed03104d30d37ef67f Mon Sep 17 00:00:00 2001 From: Alexander Rosenberg Date: Fri, 29 Sep 2023 11:09:26 -0700 Subject: [PATCH] Added toggle-stalonetray.sh --- toggle-stalonetray.sh | 5 +++++ 1 file changed, 5 insertions(+) create mode 100755 toggle-stalonetray.sh diff --git a/toggle-stalonetray.sh b/toggle-stalonetray.sh new file mode 100755 index 0000000..c65b7f9 --- /dev/null +++ b/toggle-stalonetray.sh @@ -0,0 +1,5 @@ +#!/usr/bin/env sh + +pgrep stalonetray \ + && pkill stalonetray \ + || stalonetray -bg '#000000' -i 64 --geometry '7x1+3840-10' &