This commit is contained in:
User 2021-07-27 18:08:46 +01:00
commit 3071c99de8
2 changed files with 4 additions and 2 deletions

BIN
gtkdialog/gtkdialog_x86_64 Executable file

Binary file not shown.

6
gui
View File

@ -1,7 +1,7 @@
#!/bin/bash #!/bin/bash
cd "$(dirname "${BASH_SOURCE[0]}")" cd "$(dirname "${BASH_SOURCE[0]}")"
GTKDIALOG=gtkdialog GTKDIALOG=gtkdialog/gtkdialog_x86_64
radioBtn() { radioBtn() {
echo '<button> echo '<button>
@ -88,7 +88,9 @@ MAIN_DIALOG='
'"`radioBtn "radio-nice" http://radio-nice.ru:8150/stream`"' '"`radioBtn "radio-nice" http://radio-nice.ru:8150/stream`"'
'"`radioBtn "hearme.fm" http://hearme.fm:8157/stream`"' '"`radioBtn "hearme.fm" http://hearme.fm:8157/stream`"'
</hbox> </hbox>
<hbox>
'"`radioBtn "English 909" https://listen.radioking.com/radio/425977/stream/479497`"'
</hbox>
<text wrap="false" xalign="0.5" selectable="true"> <text wrap="false" xalign="0.5" selectable="true">
<variable>txtTitles</variable> <variable>txtTitles</variable>
<label>This text will be overwritten with the data from the command.</label> <label>This text will be overwritten with the data from the command.</label>