From c2d03dbfc36685dbcd481bc61ba402ebfea36631 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sun, 9 Oct 2016 20:26:02 +0100 Subject: remove update button, rearrange buttons, add new dialog type for orphan removal, adjust window geometry --- sisyphus | 27 +++++++++++++-------------- 1 file changed, 13 insertions(+), 14 deletions(-) diff --git a/sisyphus b/sisyphus index 049072e..6fc5b7e 100755 --- a/sisyphus +++ b/sisyphus @@ -4,9 +4,10 @@ # It uses gnome-extra/yad, x11-libs/vte && x11-misc/gtkdialog # Main Author : Ghiunhan Mamut @ RogentOS Development Group -export local showprogress="yad --title "sisyphus" --text-info --width 640 --height 480 --center --no-buttons --on-top --sticky --fixed --undecorated --skip-taskbar --listen --tail &" +export local showdialog="yad --title "sisyphus" --text-info --width 800 --height 600 --center --no-buttons --on-top --sticky --fixed --undecorated --skip-taskbar --listen --tail &" +export local showprogress="yad --title "sisyphus" --progress --pulsate --width 800 --center --no-buttons --on-top --sticky --fixed --undecorated --auto-close &" export local SISYPHUS=' - + @@ -18,35 +19,33 @@ export local SISYPHUS=' - + + + - -- cgit v1.2.3