This commit is contained in:
James 2019-10-05 10:56:13 +01:00 committed by Your Name
parent 58ef05e9f2
commit 4a8eab29a9
2 changed files with 11 additions and 5 deletions

1
.gitignore vendored
View File

@ -1 +1,2 @@
download.txt
hate.txt

15
gui
View File

@ -98,11 +98,16 @@ MAIN_DIALOG='
</timer>
<hbox>
<button>
<input file icon="media-record"></input>
<label>Download</label>
<action>(echo ; date ; ./info) >> download.txt</action>
</button>
<button>
<input file icon="media-record"></input>
<label>Download</label>
<action>(echo ; date ; ./info) >> download.txt</action>
</button>
<button>
<input file icon="face-angry"></input>
<label>Hate!</label>
<action>(echo ; date ; ./info) >> hate.txt</action>
</button>
<button>
<input file icon="media-playback-stop-symbolic"></input>
<label>Stop</label>