diff options
| author | JaKooLit <ejhay.games@gmail.com> | 2025-03-07 13:21:56 +0900 |
|---|---|---|
| committer | JaKooLit <ejhay.games@gmail.com> | 2025-03-07 13:21:56 +0900 |
| commit | ef33ca4621e8ded1b7c9982c4ec4ca978a8c3797 (patch) | |
| tree | 5984fce7d457d8a0774f4982bee81b0e131a18c2 /config/hypr/UserScripts/WallpaperEffects.sh | |
| parent | 334769d474f230317b17e886e59f8cbfdaa04776 (diff) | |
reduced yad timeout for applying SDDM background to 5 secs from 10 secs
Diffstat (limited to 'config/hypr/UserScripts/WallpaperEffects.sh')
| -rwxr-xr-x | config/hypr/UserScripts/WallpaperEffects.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/hypr/UserScripts/WallpaperEffects.sh b/config/hypr/UserScripts/WallpaperEffects.sh index 25d49b46..7b1cf00b 100755 --- a/config/hypr/UserScripts/WallpaperEffects.sh +++ b/config/hypr/UserScripts/WallpaperEffects.sh @@ -114,7 +114,7 @@ if [[ -n "$choice" ]]; then if yad --info --text="Set current wallpaper as SDDM background?\n\nNOTE: This only applies to SEQUOIA SDDM Theme" \ --text-align=left \ --title="SDDM Background" \ - --timeout=10 \ + --timeout=5 \ --timeout-indicator=right \ --button="yad-yes:0" \ --button="yad-no:1" \ |
