From b0030f6c35a1ab02bc4ff256984c75513981cd8f Mon Sep 17 00:00:00 2001 From: jao Date: Sat, 29 Jun 2019 23:26:22 +0100 Subject: pasystray action --- bin/toggle-pasystray.sh | 3 +++ 1 file changed, 3 insertions(+) create mode 100755 bin/toggle-pasystray.sh (limited to 'bin') diff --git a/bin/toggle-pasystray.sh b/bin/toggle-pasystray.sh new file mode 100755 index 0000000..584084c --- /dev/null +++ b/bin/toggle-pasystray.sh @@ -0,0 +1,3 @@ +#!/bin/bash + +(pidof pasystray && killall pasystray) || (pasystray &) -- cgit v1.2.3