diff options
| author | Martin Guzman <55927935+brockar@users.noreply.github.com> | 2024-12-01 17:12:42 -0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-12-01 17:12:42 -0300 |
| commit | 54948c1f637e6f8fd0510b6b0410a3ee3a22127b (patch) | |
| tree | a5f6ccee9e8c4aa3e488bcd2077799fd3286a00c /config/hypr/UserScripts/WallpaperRandom.sh | |
| parent | 98df95302696d573a89c88e379afb87417f957a8 (diff) | |
| parent | 9d4252297ba68017be3fdd3a9838cbf89f81f86c (diff) | |
Merge branch 'JaKooLit:main' into fix-questions
Diffstat (limited to 'config/hypr/UserScripts/WallpaperRandom.sh')
| -rwxr-xr-x | config/hypr/UserScripts/WallpaperRandom.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/config/hypr/UserScripts/WallpaperRandom.sh b/config/hypr/UserScripts/WallpaperRandom.sh index 050c10c3..c3926906 100755 --- a/config/hypr/UserScripts/WallpaperRandom.sh +++ b/config/hypr/UserScripts/WallpaperRandom.sh @@ -21,8 +21,8 @@ SWWW_PARAMS="--transition-fps $FPS --transition-type $TYPE --transition-duration swww query || swww-daemon --format xrgb && swww img -o $focused_monitor ${RANDOMPICS} $SWWW_PARAMS - -${scriptsDir}/WallustSwww.sh sleep 1 +${scriptsDir}/WallustSwww.sh +sleep 0.5 ${scriptsDir}/Refresh.sh |
