Search found 3 matches
- Wed Aug 21, 2024 4:54 pm
- Forum: Users
- Topic: GTK RADIO (Do you know how to add radios?) (SOLVED)
- Replies: 3
- Views: 758
Re: GTK RADIO (Do you know how to add radios?) (SOLVED)
optional after [ -f $SGRTMP/changer ] && CHANGER=`cat $SGRTMP/changer` insert echo '<window decorated="false" type-hint="6" skip-taskbar-hint="true"> <vbox> <hbox height-request="22"><hbox> <button relief="2" tooltip-text=" '$(gettext 'Play')' "> <input file stock="gtk-media-play"></input> <action ...
- Tue Aug 06, 2024 12:20 pm
- Forum: KL-Dev_Work
- Topic: YRadio internet radio player
- Replies: 14
- Views: 2148
Re: YRadio internet radio player
I am for myself. Is it possible to make it easier.
We need to add more.
on_exit
pkill notifywait
kill $(ps | grep -v grep | grep geometry | awk {print $1})
- Mon Aug 05, 2024 3:20 pm
- Forum: KL-Dev_Work
- Topic: YRadio internet radio player
- Replies: 14
- Views: 2148
Re: YRadio internet radio player
add the code to the yradio file function info() { sleep 3 vol=$(amixer get Master | grep "\[on\]") vol=( $vol ) [ $(pidof pulseaudio) ] && CURVOL=$(echo ${vol[4]} | sed 's/[][%]//g') || CURVOL=$(echo ${vol[3]} | sed 's/[][%]//g') TITLE="$(cat $HOME/.yradio/tmp/onclick | cut -c 1-50 2> /dev/null ...