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'