From e17bac7ebcdb7911e76c64f5849c41d38d2e0dc5 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Mon, 26 Dec 2016 00:16:52 +0000 Subject: show a lovely pulsating progress bar everywhere except search --- libsisyphus.sh | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) (limited to 'libsisyphus.sh') diff --git a/libsisyphus.sh b/libsisyphus.sh index b3d7e9b..a3801fd 100755 --- a/libsisyphus.sh +++ b/libsisyphus.sh @@ -1,7 +1,8 @@ #!/usr/bin/env bash # export dialog && abort flags -export local showdialog="yad --title "sisyphus" --text-info --width 800 --height 600 --center --no-buttons --on-top --sticky --fixed --skip-taskbar --listen --tail" +export local sisyphusprogress="yad --title "sisyphus" --progress --pulsate --width 400 --center --no-buttons --on-top --sticky --fixed --undecorated --skip-taskbar --auto-close &" +export local sisyphustextinfo="yad --title "sisyphus" --text-info --width 800 --height 600 --center --no-buttons --on-top --sticky --fixed --skip-taskbar --listen --tail" export local abortnow="killall -9 emerge" # import user interfaces @@ -32,27 +33,27 @@ export local mainui=' -- cgit v1.2.3