diff options
| author | Ja.KooLit <jimmielovejay@gmail.com> | 2024-04-22 14:01:21 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-04-22 14:01:21 +0900 |
| commit | 008cf215d3e02b3b86d81576b7672658c3c6533f (patch) | |
| tree | 3439930d02f50e182069030f05f9cb4aa92e13da /config/hypr/UserScripts | |
| parent | c1a2fc9dca16377cd53367f972c1e6ad17d5e26b (diff) | |
| parent | 277dc206a28a9d11fe93b1fdb9ea7926919f7e00 (diff) | |
Merge pull request #207 from JaKooLit/development
some bug fixes.. and changed default wallpaper
Diffstat (limited to 'config/hypr/UserScripts')
| -rwxr-xr-x | config/hypr/UserScripts/WallpaperRandom.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/hypr/UserScripts/WallpaperRandom.sh b/config/hypr/UserScripts/WallpaperRandom.sh index acc50471..52fc819d 100755 --- a/config/hypr/UserScripts/WallpaperRandom.sh +++ b/config/hypr/UserScripts/WallpaperRandom.sh @@ -17,7 +17,7 @@ BEZIER=".43,1.19,1,.4" SWWW_PARAMS="--transition-fps $FPS --transition-type $TYPE --transition-duration $DURATION --transition-bezier $BEZIER" -swww query || swww swww-daemon --format xrgb && swww img ${RANDOMPICS} $SWWW_PARAMS +swww query || swww-daemon --format xrgb && swww img ${RANDOMPICS} $SWWW_PARAMS ${scriptsDir}/PywalSwww.sh |
