From 09141b9a589404fbfa1fabb34c458c7d03edd3f9 Mon Sep 17 00:00:00 2001 From: jao Date: Sun, 27 Jan 2019 23:12:27 +0000 Subject: Using monitor combiners to auto-switch mpd/mpris --- bin/toggle-xmobar-bottom.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin/toggle-xmobar-bottom.sh') 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 -- cgit v1.2.3