if [ "$(pgrep mpdscribble)" ] then #killall mpdscribble && echo "last.fm scrobbling is disabled" | dzen2 -fn 'Envy Code R:pixelsize=13' -p 4 -y 1070 -ta c -sa c killall mpdscribble && echo "last.fm scrobbling is disabled" | notify-send "LastFM Scrobbling Disabled" else #mpdscribble && echo "last.fm scrobbling is enabled" | dzen2 -fn 'Envy Code R:pixelsize=13' -p 4 -y 1070 -ta c -sa c mpdscribble && echo "last.fm scrobbling is enabled" | notify-send "LastFM Scrobbling Enabled" fi