From 2af388444b9f3b33bdd41bc19bfd2fba340b3edd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sergio=20La=C3=ADn?= Date: Sat, 6 Apr 2024 12:54:21 +0200 Subject: [PATCH] =?UTF-8?q?=E2=9A=99=EF=B8=8F=20config(hypr):=20add=20wall?= =?UTF-8?q?paper=20module=20config=20from=20the=20pyprland=20plugin?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .config/hypr/pyprland.toml | 7 +++++++ 1 file changed, 7 insertions(+) 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"]