diff options
author | jao <jao@gnu.org> | 2019-09-20 00:27:51 +0100 |
---|---|---|
committer | jao <jao@gnu.org> | 2019-09-20 00:27:51 +0100 |
commit | c880205048bb393c6390cbc23a3fba15da496161 (patch) | |
tree | 3eec8b250a4fd0ed8bca6bf949c78c58365d3c52 /bin | |
parent | 26767d5adb227e11077c7b4089a082679e59394e (diff) | |
download | xmobar-config-c880205048bb393c6390cbc23a3fba15da496161.tar.gz xmobar-config-c880205048bb393c6390cbc23a3fba15da496161.tar.bz2 |
Unneeded scripts
Diffstat (limited to 'bin')
-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 &) |