Move from hyprpanel setting swww wallpaper to using daemon directly

This commit is contained in:
2025-06-12 15:51:16 -04:00
parent 3e68d74270
commit a626fc3e60
2 changed files with 5 additions and 1 deletions

View File

@@ -62,7 +62,7 @@
"wallpaper.image": "/usr/share/hydro-os/DefaultBackground.png", "wallpaper.image": "/usr/share/hydro-os/DefaultBackground.png",
"wallpaper.pywal": false, "wallpaper.pywal": false,
"theme.matugen": true, "theme.matugen": true,
"wallpaper.enable": true, "wallpaper.enable": false,
"bar.customModules.storage.paths": [ "bar.customModules.storage.paths": [
"/" "/"
], ],

View File

@@ -3,6 +3,10 @@
# WARNING: Matugen needs to be compiled with the `update-informer` feature for this to work. # WARNING: Matugen needs to be compiled with the `update-informer` feature for this to work.
version_check = false version_check = false
[config.wallpaper]
command = "swww"
arguments = ["img", "--transition-type", "center"]
[templates.hyprland] [templates.hyprland]
input_path = '~/.config/matugen/templates/hyprland-colors.conf' input_path = '~/.config/matugen/templates/hyprland-colors.conf'
output_path = '~/.config/hypr/hyprland.conf.d/colors.conf' output_path = '~/.config/hypr/hyprland.conf.d/colors.conf'