From 1136804c3205f5b702b0b206de251b5868652c3a Mon Sep 17 00:00:00 2001 From: end-4 <97237370+end-4@users.noreply.github.com> Date: Sun, 1 Jun 2025 09:15:17 +0200 Subject: [PATCH] remove redundant wallpaper command in matugen config --- .config/matugen/config.toml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.config/matugen/config.toml b/.config/matugen/config.toml index dcfb61aac..31d114e85 100644 --- a/.config/matugen/config.toml +++ b/.config/matugen/config.toml @@ -1,10 +1,6 @@ [config] version_check = false -[config.wallpaper] -command = "swww" -arguments = ["img", "--transition-step", "100", "--transition-fps", "120", "--transition-type", "grow", "--transition-angle", "30", "--transition-duration", "1"] - [templates.m3colors] input_path = '~/.config/matugen/templates/colors.json' output_path = '~/.local/state/quickshell/user/generated/colors.json'