From f4b1d571ae0d6527fd933baadc64e9d67cd56456 Mon Sep 17 00:00:00 2001 From: Ryan Schanzenbacher Date: Mon, 21 Oct 2024 11:40:52 -0400 Subject: added wpaperd config --- home-config/home-configuration.scm | 1 + home-config/wpaperd/config.toml | 4 ++++ 2 files changed, 5 insertions(+) create mode 100644 home-config/wpaperd/config.toml (limited to 'home-config') diff --git a/home-config/home-configuration.scm b/home-config/home-configuration.scm index dd14824..b9e95d0 100644 --- a/home-config/home-configuration.scm +++ b/home-config/home-configuration.scm @@ -155,6 +155,7 @@ ("nvim/after/ftplugin/mail/custom.vim" ,(local-file "nvim/config/after/ftplugin/mail/custom.vim")) ("sway" ,(local-file "sway" #:recursive? #t)) ("hypr" ,(local-file "hypr" #:recursive? #t)) + ("wpaperd" ,(local-file "wpaperd" #:recursive? #t)) ("mpv" ,(local-file "mpv" #:recursive? #t)) ("foot" ,(local-file "foot" #:recursive? #t)) ("pulse/client.conf" ,(local-file "pulseaudio/client.conf")) diff --git a/home-config/wpaperd/config.toml b/home-config/wpaperd/config.toml new file mode 100644 index 0000000..9947370 --- /dev/null +++ b/home-config/wpaperd/config.toml @@ -0,0 +1,4 @@ +[default] +duration = "30m" +path = "~/.config/hypr/Wallpapers/static/" +transition-time = 2000 -- cgit v1.2.3