From e8d2ef96b78aa53269f27aae5b7dbb2a9ff222be Mon Sep 17 00:00:00 2001 From: end-4 <97237370+end-4@users.noreply.github.com> Date: Fri, 31 Jan 2025 20:22:43 +0100 Subject: [PATCH] rename changeAwdColors -> changeAdwColors --- .config/ags/scripts/color_generation/applycolor.sh | 2 +- .../scripts/kvantum/{changeAwdColors.py => changeAdwColors.py} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename .config/ags/scripts/kvantum/{changeAwdColors.py => changeAdwColors.py} (100%) diff --git a/.config/ags/scripts/color_generation/applycolor.sh b/.config/ags/scripts/color_generation/applycolor.sh index 75e29b328..6cb12f72c 100755 --- a/.config/ags/scripts/color_generation/applycolor.sh +++ b/.config/ags/scripts/color_generation/applycolor.sh @@ -168,7 +168,7 @@ apply_ags() { apply_qt() { sh "$CONFIG_DIR/scripts/kvantum/materialQT.sh" # generate kvantum theme - python "$CONFIG_DIR/scripts/kvantum/changeAwdColors.py" # apply config colors + python "$CONFIG_DIR/scripts/kvantum/changeAdwColors.py" # apply config colors } colornames=$(cat $STATE_DIR/scss/_material.scss | cut -d: -f1) diff --git a/.config/ags/scripts/kvantum/changeAwdColors.py b/.config/ags/scripts/kvantum/changeAdwColors.py similarity index 100% rename from .config/ags/scripts/kvantum/changeAwdColors.py rename to .config/ags/scripts/kvantum/changeAdwColors.py