summaryrefslogtreecommitdiff
path: root/ui/graphicsui.sh
diff options
context:
space:
mode:
Diffstat (limited to 'ui/graphicsui.sh')
-rwxr-xr-xui/graphicsui.sh12
1 files changed, 8 insertions, 4 deletions
diff --git a/ui/graphicsui.sh b/ui/graphicsui.sh
index e0e15ff..2be733c 100755
--- a/ui/graphicsui.sh
+++ b/ui/graphicsui.sh
@@ -31,14 +31,18 @@ export local graphicsui='
</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 $graphics|$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 $graphics|$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>