download button

This commit is contained in:
Your Name 2019-09-19 22:17:23 +01:00
parent 922b8f9e22
commit 2cd2658765

4
gui
View File

@ -64,8 +64,8 @@ MAIN_DIALOG='
<hbox> <hbox>
<button> <button>
<input file icon="text-x-generic"></input> <input file icon="text-x-generic"></input>
<label>Info</label> <label>Download</label>
<action>tail -n100 /tmp/play | tac | zenity --height=10000 --width=10000 --text-info </action> <action>tail -n100 /tmp/play | grep icy-title | sed -e 's/icy-title://' | tail -n1 >> download.txt </action>
</button> </button>
<button cancel> <button cancel>
<input file icon="text-x-generic"></input> <input file icon="text-x-generic"></input>