diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2016-12-24 21:21:56 +0000 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2016-12-24 21:21:56 +0000 |
commit | 6b3099135638121af264e3b37e0232a44585d3d7 (patch) | |
tree | 65f48fe098ffd213149e6a3c61c0a61f85be6d34 /gamesui.sh | |
parent | beb36e61bf918d6ef455a30b1c200394ec12e18e (diff) |
use xterm instead of zenity clone yad. Better control of env variables, and we have interactive mode, one can abort an operation at any time
Diffstat (limited to 'gamesui.sh')
-rwxr-xr-x | gamesui.sh | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -27,11 +27,11 @@ export local gamesui=' <hbox space-expand="false" space-extend="false"> <button space-expand="true" space-extend="true" label-text="install"> <label>Install package</label> - <action>epkg autoinstall $game|$showdialog</action> + <action>$showprogress epkg autoinstall $game</action> </button> <button space-expand="true" space-extend="true" label-text="uninstall"> <label>Uninstall package</label> - <action>epkg autoremove $game|$showdialog</action> + <action>$showprogress epkg autoremove $game</action> </button> <button space-expand="true" space-extend="true" label-text="home"> <label>Back home</label> |