summaryrefslogtreecommitdiff
path: root/ui/systemui.sh
diff options
context:
space:
mode:
Diffstat (limited to 'ui/systemui.sh')
-rwxr-xr-xui/systemui.sh12
1 files changed, 8 insertions, 4 deletions
diff --git a/ui/systemui.sh b/ui/systemui.sh
index fae5c4f..5faa654 100755
--- a/ui/systemui.sh
+++ b/ui/systemui.sh
@@ -13,14 +13,18 @@ export local systemui='
</tree>
</hbox>
<hbox space-expand="false" space-extend="false">
- <button space-expand="true" space-extend="true" label-text="install">
- <label>Install package</label>
+ <button space-expand="true" space-extend="true" tooltip-text="Install package(s)">
+ <label>Install package(s)</label>
<action>epkg autoinstall $system|$sisyphusprogress &</action>
</button>
- <button space-expand="true" space-extend="true" label-text="uninstall">
- <label>Uninstall package</label>
+ <button space-expand="true" space-extend="true" label-text="Uninstall package(s)">
+ <label>Uninstall package(s)</label>
<action>epkg autoremove $system|$sisyphusprogress &</action>
</button>
+ <button space-expand="true" space-extend="true" tooltip-text="Clean orphan package(s)">
+ <label>Clean orphan package(s)</label>
+ <action>epkg autoclean|$sisyphusprogress &</action>
+ </button>
<button space-expand="true" space-extend="true" label-text="home">
<label>Back home</label>
<action signal="button-press-event">gtkdialog --space-expand=true --space-fill=true --program=mainui &</action>