diff --git a/radio b/radio index cfd4243..037f984 100755 --- a/radio +++ b/radio @@ -20,6 +20,7 @@ plays() { CH=$(cat $STATIONS | cut -d ';' -f 1 | dmenu -fn '-*-fixed-*-*-*-*-15-*-*-*-*-*-*-*' -l 10) +notify-send -i audio-x-generic "Радио: $CH" case $CH in STOP) killall play 2>/dev/null;; *) plays "$CH";;