From c880205048bb393c6390cbc23a3fba15da496161 Mon Sep 17 00:00:00 2001 From: jao Date: Fri, 20 Sep 2019 00:27:51 +0100 Subject: Unneeded scripts --- bin/toggle-nm-applet.sh | 3 --- bin/toggle-pasystray.sh | 3 --- 2 files changed, 6 deletions(-) delete mode 100755 bin/toggle-nm-applet.sh delete mode 100755 bin/toggle-pasystray.sh (limited to 'bin') 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 &) -- cgit v1.2.3