From 52611915c9bbf2fcb57e36195797fad223fc6350 Mon Sep 17 00:00:00 2001 From: jao Date: Sat, 5 Jan 2019 23:10:18 +0000 Subject: Shell script launchers and GPMDP --- bin/toggle-xmobar-bottom.sh | 2 ++ 1 file changed, 2 insertions(+) (limited to 'bin/toggle-xmobar-bottom.sh') 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 -- cgit v1.2.3