mirror of
https://github.com/end-4/dots-hyprland.git
synced 2026-06-05 23:09:26 -05:00
fix wallpaper picker not working with parentheses in file name (#1209)
This commit is contained in:
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user