diff options
-rwxr-xr-x | bin/toggle-nm-applet.sh | 3 | ||||
-rwxr-xr-x | bin/toggle-pasystray.sh | 3 |
2 files changed, 0 insertions, 6 deletions
diff --git a/bin/toggle-nm-applet.sh b/bin/toggle-nm-applet.sh deleted file mode 100755 index 4a8d86a..0000000 --- a/bin/toggle-nm-applet.sh +++ /dev/null @@ -1,3 +0,0 @@ -#!/bin/bash - -(pidof nm-applet && killall nm-applet) || (nm-applet &) diff --git a/bin/toggle-pasystray.sh b/bin/toggle-pasystray.sh deleted file mode 100755 index 584084c..0000000 --- a/bin/toggle-pasystray.sh +++ /dev/null @@ -1,3 +0,0 @@ -#!/bin/bash - -(pidof pasystray && killall pasystray) || (pasystray &) |