From db148404d74f9983d382855ca43c97533142e92d Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Mon, 26 Dec 2016 00:53:24 +0000 Subject: prevent progress bar to be killed by accident --- libsisyphus.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libsisyphus.sh b/libsisyphus.sh index 002cb7d..7bf2907 100755 --- a/libsisyphus.sh +++ b/libsisyphus.sh @@ -1,7 +1,7 @@ #!/usr/bin/env bash # export dialog && abort flags -export local sisyphusprogress="yad --title "sisyphus" --progress --pulsate --width 400 --center --no-buttons --no-escape --sticky --fixed --undecorated --skip-taskbar --auto-close &" +export local sisyphusprogress="yad --title "sisyphus" --progress --pulsate --width 400 --center --no-buttons --on-top --no-escape --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 &" # import user interfaces -- cgit v1.2.3