summaryrefslogtreecommitdiff
path: root/ui/graphicsui.sh
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2016-12-26 13:41:09 +0000
committerV3n3RiX <venerix@redcorelinux.org>2016-12-26 13:41:09 +0000
commitc48549dbbbd9011ac8248f508975a5c4733818e9 (patch)
tree4b2a7e57dd98cd3fe0da7c09a1d758d903dda4ca /ui/graphicsui.sh
parent3951daec1d7cb32651f5f69063a6301010d4b9ca (diff)
add cleanup button
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>