Modify wallpaper change interval

This commit is contained in:
Petar Kapriš 2025-04-28 22:47:54 +02:00
parent ca74042133
commit bb97da3307

View file

@ -59,3 +59,10 @@ command = "nm-connection-editor"
animation = "fromRight"
margin = 20
lazy = true
[wallpapers]
path = "~/.config/hypr/theme/walls/"
interval = 1440 # change every day
command = "swww img --transition-bezier 0.5,1.19,.8,.4 --transition-type wipe --transition-duration 2 --transition-fps 75 \"[file]\" && notify-send 'Wallpaper Changed' -i \"[file]\" --app-name=Wallpaper"
clear_command = "swww clear"
extensions = ["jpg", "png", "gif", "jpeg"]