From a626fc3e60343e7bcd06bef7f0d8dbba98b4dc83 Mon Sep 17 00:00:00 2001 From: Eriq Taing Date: Thu, 12 Jun 2025 15:51:16 -0400 Subject: [PATCH] Move from hyprpanel setting swww wallpaper to using daemon directly --- dot_config/hyprpanel/config.json | 2 +- dot_config/matugen/config.toml | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/dot_config/hyprpanel/config.json b/dot_config/hyprpanel/config.json index b7dacd1..901e06e 100644 --- a/dot_config/hyprpanel/config.json +++ b/dot_config/hyprpanel/config.json @@ -62,7 +62,7 @@ "wallpaper.image": "/usr/share/hydro-os/DefaultBackground.png", "wallpaper.pywal": false, "theme.matugen": true, - "wallpaper.enable": true, + "wallpaper.enable": false, "bar.customModules.storage.paths": [ "/" ], diff --git a/dot_config/matugen/config.toml b/dot_config/matugen/config.toml index ff244ce..02e9501 100644 --- a/dot_config/matugen/config.toml +++ b/dot_config/matugen/config.toml @@ -3,6 +3,10 @@ # WARNING: Matugen needs to be compiled with the `update-informer` feature for this to work. version_check = false +[config.wallpaper] +command = "swww" +arguments = ["img", "--transition-type", "center"] + [templates.hyprland] input_path = '~/.config/matugen/templates/hyprland-colors.conf' output_path = '~/.config/hypr/hyprland.conf.d/colors.conf'