|
|
|
@ -20,6 +20,7 @@ plays() {
@@ -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";; |
|
|
|
|