diff --git a/.config/ags/scripts/color_generation/applycolor.sh b/.config/ags/scripts/color_generation/applycolor.sh index 75e29b32..6cb12f72 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