diff options
Diffstat (limited to 'contrib/eventcmd-examples')
-rwxr-xr-x | contrib/eventcmd-examples/eventcmd.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/contrib/eventcmd-examples/eventcmd.sh b/contrib/eventcmd-examples/eventcmd.sh index 2c0b159..7e2872a 100755 --- a/contrib/eventcmd-examples/eventcmd.sh +++ b/contrib/eventcmd-examples/eventcmd.sh @@ -19,6 +19,8 @@ case "$1" in # else # kdialog --title pianobar --passivepopup "'$title' by '$artist' on '$album'" 10 # fi +# # show an OS X notification +# osascript -e "display notification \"$album\" with title \"$title\" subtitle \"$artist\"" # # or whatever you like... # ;; |