fix wallpaper picker not working with parentheses in file name (#1209)

This commit is contained in:
end-4
2025-04-06 16:15:42 +02:00
parent 4d6ad8d928
commit 27a6722b31
@@ -60,7 +60,7 @@ elif [ "$backend" = "material" ]; then
smartflag='--smart'
fi
source $(eval echo $ILLOGICAL_IMPULSE_VIRTUAL_ENV)/bin/activate
python color_generation/generate_colors_material.py --path "$(eval echo $1)" \
python color_generation/generate_colors_material.py --path "$(realpath "$1")" \
--mode "$lightdark" --scheme "$materialscheme" --transparency "$transparency" \
--termscheme $terminalscheme --blend_bg_fg \
--cache "$STATE_DIR/user/color.txt" $smartflag \