summaryrefslogtreecommitdiffhomepage
path: root/bin
diff options
context:
space:
mode:
Diffstat (limited to 'bin')
-rwxr-xr-xbin/toggle-xmobar-bottom.sh2
-rwxr-xr-xbin/xmobars.sh1
2 files changed, 1 insertions, 2 deletions
diff --git a/bin/toggle-xmobar-bottom.sh b/bin/toggle-xmobar-bottom.sh
index b089adf..17abb3e 100755
--- a/bin/toggle-xmobar-bottom.sh
+++ b/bin/toggle-xmobar-bottom.sh
@@ -7,5 +7,5 @@ if pidof spotify>/dev/null; then
elif pidof 'Google Play Music Desktop Player'>/dev/null; then
xmobar-bottom $* google-play-music-desktop-player &
else
- xmobar-bottom $* mpd &
+ xmobar-bottom $* &
fi
diff --git a/bin/xmobars.sh b/bin/xmobars.sh
index ff9ce87..4b49f08 100755
--- a/bin/xmobars.sh
+++ b/bin/xmobars.sh
@@ -6,4 +6,3 @@ run-trayer.sh &
killall xmobar-top
xmobar-top $* &
toggle-xmobar-bottom.sh
-