#!/bin/bash pidof xmobar-bottom && killall xmobar-bottom if pidof spotify>/dev/null; then xmobar-bottom $* spotify & else xmobar-bottom $* mpd & fi