From ae1e10ec24c3eeaa55b549df095863ed98cb1681 Mon Sep 17 00:00:00 2001 From: David Runge Date: Wed, 25 Mar 2015 21:11:17 +0100 Subject: bin/notify_mpd: Removing unneeded naughty notification stuff for awesome. Adding TODO on sending notification when mpc is not (yet) installed. --- bin/notify_mpd | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/bin/notify_mpd b/bin/notify_mpd index 36d8345..8bdcf8c 100755 --- a/bin/notify_mpd +++ b/bin/notify_mpd @@ -1,4 +1,5 @@ #!/bin/bash +# TODO: notify-send on non availabilty of mpc mpc "$@" > /dev/null lines=`mpc | wc -l` @@ -36,10 +37,6 @@ else text="$flags $volume" fi -## AWESOME -#echo 'naughty.destroy(notify_mpc)' | awesome-client -#echo 'notify_mpc=naughty.notify({title = "'$title'", text = "'$text'"})' | awesome-client - ## NOTIFY-SEND notify-send -t 2000 "$title" "$text" -- cgit v1.2.3-54-g00ecf