diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2016-12-26 00:16:52 +0000 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2016-12-26 00:16:52 +0000 |
commit | e17bac7ebcdb7911e76c64f5849c41d38d2e0dc5 (patch) | |
tree | 42b9a78d6f56d9152cf9b896aef2c45023db7043 /ui/gamesui.sh | |
parent | 177a80c1331bf8ecc63cad91f0c4d682a695e23b (diff) |
show a lovely pulsating progress bar everywhere except search
Diffstat (limited to 'ui/gamesui.sh')
-rwxr-xr-x | ui/gamesui.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ui/gamesui.sh b/ui/gamesui.sh index f1a8fa0..f4a5f77 100755 --- a/ui/gamesui.sh +++ b/ui/gamesui.sh @@ -27,12 +27,12 @@ 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 signal="button-press-event">epkg autoinstall $game|$showdialog</action> + <action signal="button-press-event">epkg autoinstall $game|$sisyphusprogress</action> <action signal="button-release-event">$abortnow</action> </button> <button space-expand="true" space-extend="true" label-text="uninstall"> <label>Uninstall package</label> - <action signal="button-press-event">epkg autoremove $game|$showdialog</action> + <action signal="button-press-event">epkg autoremove $game|$sisyphusprogress</action> <action signal="button-release-event">$abortnow</action> </button> <button space-expand="true" space-extend="true" label-text="home"> |