diff options
-rwxr-xr-x | bin/toggle-app.sh | 2 | ||||
-rwxr-xr-x | bin/xmobars.sh | 14 |
2 files changed, 1 insertions, 15 deletions
diff --git a/bin/toggle-app.sh b/bin/toggle-app.sh index a2105ad..27da0d8 100755 --- a/bin/toggle-app.sh +++ b/bin/toggle-app.sh @@ -1,3 +1,3 @@ #!/bin/bash -(pidof $1 && killall $1) || ($1 &) +(pidof $1 && killall $1) || ($* &) diff --git a/bin/xmobars.sh b/bin/xmobars.sh deleted file mode 100755 index c49896f..0000000 --- a/bin/xmobars.sh +++ /dev/null @@ -1,14 +0,0 @@ -#!/bin/bash - -killall trayer - -trayer -l --margin 2 --distancefrom left \ - --distance 1 --edge top \ - --align left --SetDockType true --SetPartialStrut false \ - --widthtype request \ - --height 21 --heighttype pixel \ - --transparent true \ - --alpha 0 --padding 1 & - -killall xmobar-exwm -xmobar-exwm & |