summaryrefslogtreecommitdiff
path: root/systemui.sh
diff options
context:
space:
mode:
Diffstat (limited to 'systemui.sh')
-rwxr-xr-xsystemui.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/systemui.sh b/systemui.sh
index 9191eba..9a3e95e 100755
--- a/systemui.sh
+++ b/systemui.sh
@@ -15,11 +15,11 @@ export local systemui='
<hbox space-expand="false" space-extend="false">
<button space-expand="true" space-extend="true" label-text="install">
<label>Install package</label>
- <action>epkg autoinstall $system|$showdialog</action>
+ <action>$showprogress epkg autoinstall $system</action>
</button>
<button space-expand="true" space-extend="true" label-text="uninstall">
<label>Uninstall package</label>
- <action>epkg autoremove $system|$showdialog</action>
+ <action>$showprogress epkg autoremove $system</action>
</button>
<button space-expand="true" space-extend="true" label-text="home">
<label>Back home</label>