button icons

This commit is contained in:
James 2019-09-19 22:32:18 +01:00
parent 2cd2658765
commit 91d3078acd

7
gui
View File

@ -63,13 +63,14 @@ MAIN_DIALOG='
<hbox> <hbox>
<button> <button>
<input file icon="text-x-generic"></input> <input file icon="folder-download"></input>
<label>Download</label> <label>Download</label>
<action>tail -n100 /tmp/play | grep icy-title | sed -e 's/icy-title://' | tail -n1 >> download.txt </action> <action>tail -n100 /tmp/play | grep icy-title | sed -e 's/icy-title://' | tail -n1 >> download.txt </action>
</button> </button>
<button cancel> <button>
<input file icon="text-x-generic"></input> <input file icon="media-playback-stop"></input>
<label>Stop</label> <label>Stop</label>
<action function="exit">stop</action>
</button> </button>
</hbox> </hbox>
</vbox> </vbox>