diff --git a/.config/hypr/pyprland.toml b/.config/hypr/pyprland.toml index df785e7b..9747977b 100644 --- a/.config/hypr/pyprland.toml +++ b/.config/hypr/pyprland.toml @@ -36,3 +36,10 @@ animation = "fromRight" unfocus = "hide" margin = 20 lazy = true + +[wallpapers] +path = "/home/matt/.config/hypr/themes/luna/walls/" +interval = 60 # change every hour +command = "swww img --transition-bezier 0.5,1.19,.8,.4 --transition-type wipe --transition-duration 2 --transition-fps 75" +clear_command = "swww clear" +extensions = ["jpg", "png", "gif", "jpeg"]