diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2016-12-26 00:53:24 +0000 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2016-12-26 00:53:24 +0000 |
commit | db148404d74f9983d382855ca43c97533142e92d (patch) | |
tree | fd71b3e1a91f8725bbbe36baa83c07c926a9123f | |
parent | ab728fad1ecbb54a58f219ec3ae54bd7e8161388 (diff) |
prevent progress bar to be killed by accident
-rwxr-xr-x | libsisyphus.sh | 2 |
1 files changed, 1 insertions, 1 deletions
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 |