Modify wallpaper change interval
This commit is contained in:
parent
ca74042133
commit
bb97da3307
1 changed files with 7 additions and 0 deletions
|
@ -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"]
|
||||
|
|
Loading…
Add table
Reference in a new issue