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 download.txt
hate.txt

5
gui
View File

@ -102,6 +102,11 @@ MAIN_DIALOG='
<input file icon="media-record"></input> <input file icon="media-record"></input>
<label>Download</label> <label>Download</label>
<action>(echo ; date ; ./info) >> download.txt</action> <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>
<button> <button>
<input file icon="media-playback-stop-symbolic"></input> <input file icon="media-playback-stop-symbolic"></input>