From ea59e5e664c22419ff2a0fef60af74eedea837ce Mon Sep 17 00:00:00 2001 From: Maxim Lihachev Date: Fri, 26 Feb 2016 22:12:43 +0500 Subject: [PATCH] =?UTF-8?q?radio:=20=D0=B4=D0=BE=D0=B1=D0=B0=D0=B2=D0=BB?= =?UTF-8?q?=D0=B5=D0=BD=20=D0=B2=D1=8B=D0=B2=D0=BE=D0=B4=20=D1=81=D0=BE?= =?UTF-8?q?=D0=BE=D0=B1=D1=89=D0=B5=D0=BD=D0=B8=D1=8F=20=D0=BE=20=D1=81?= =?UTF-8?q?=D1=82=D0=B0=D0=BD=D1=86=D0=B8=D0=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- radio | 1 + 1 file changed, 1 insertion(+) 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";;