summaryrefslogtreecommitdiff
path: root/ui/systemui.sh
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2016-12-25 03:23:59 +0000
committerV3n3RiX <venerix@redcorelinux.org>2016-12-25 03:23:59 +0000
commit0845fbc5c4a54c138dac811db46f490071cb7bae (patch)
tree8dd6d9e578ad53b3a37189c732dc5b072a36a90a /ui/systemui.sh
parent4c7084ac5674bee61b3b34f72f516e66158017d2 (diff)
revert to yad
Diffstat (limited to 'ui/systemui.sh')
-rwxr-xr-xui/systemui.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/ui/systemui.sh b/ui/systemui.sh
index 9a3e95e..9191eba 100755
--- a/ui/systemui.sh
+++ b/ui/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>$showprogress epkg autoinstall $system</action>
+ <action>epkg autoinstall $system|$showdialog</action>
</button>
<button space-expand="true" space-extend="true" label-text="uninstall">
<label>Uninstall package</label>
- <action>$showprogress epkg autoremove $system</action>
+ <action>epkg autoremove $system|$showdialog</action>
</button>
<button space-expand="true" space-extend="true" label-text="home">
<label>Back home</label>