button icons
This commit is contained in:
parent
2cd2658765
commit
91d3078acd
7
gui
7
gui
@ -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>
|
||||||
|
Loading…
Reference in New Issue
Block a user