summaryrefslogtreecommitdiffhomepage
path: root/bin
diff options
context:
space:
mode:
Diffstat (limited to 'bin')
-rwxr-xr-xbin/toggle-nm-applet.sh3
-rwxr-xr-xbin/toggle-pasystray.sh3
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 &)