summaryrefslogtreecommitdiff
path: root/ui/officeui.sh
diff options
context:
space:
mode:
Diffstat (limited to 'ui/officeui.sh')
-rwxr-xr-xui/officeui.sh12
1 files changed, 8 insertions, 4 deletions
diff --git a/ui/officeui.sh b/ui/officeui.sh
index 175ba95..e627338 100755
--- a/ui/officeui.sh
+++ b/ui/officeui.sh
@@ -18,14 +18,18 @@ export local officeui='
</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 $office|$sisyphusprogress &</action>
</button>
- <button space-expand="true" space-extend="true" label-text="uninstall">
- <label>Uninstall package</label>
+ <button space-expand="true" space-extend="true" tooltip-text="Uninstall package(s)">
+ <label>Uninstall package(s)</label>
<action>epkg autoremove $office|$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>