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