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/graphicsui.sh | |
parent | 177a80c1331bf8ecc63cad91f0c4d682a695e23b (diff) |
show a lovely pulsating progress bar everywhere except search
Diffstat (limited to 'ui/graphicsui.sh')
-rwxr-xr-x | ui/graphicsui.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ui/graphicsui.sh b/ui/graphicsui.sh index df91404..e595268 100755 --- a/ui/graphicsui.sh +++ b/ui/graphicsui.sh @@ -33,12 +33,12 @@ export local graphicsui=' <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 $graphics|$showdialog</action> + <action signal="button-press-event">epkg autoinstall $graphics|$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 $graphics|$showdialog</action> + <action signal="button-press-event">epkg autoremove $graphics|$sisyphusprogress</action> <action signal="button-release-event">$abortnow</action> </button> <button space-expand="true" space-extend="true" label-text="home"> |