⚙️ config(hypr): add wallpaper module config from the pyprland plugin
This commit is contained in:
parent
fe5f7355c5
commit
2af388444b
1 changed files with 7 additions and 0 deletions
|
@ -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"]
|
||||
|
|
Loading…
Add table
Reference in a new issue