forked from Shinonome/dots-hyprland
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'
|
smartflag='--smart'
|
||||||
fi
|
fi
|
||||||
source $(eval echo $ILLOGICAL_IMPULSE_VIRTUAL_ENV)/bin/activate
|
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" \
|
--mode "$lightdark" --scheme "$materialscheme" --transparency "$transparency" \
|
||||||
--termscheme $terminalscheme --blend_bg_fg \
|
--termscheme $terminalscheme --blend_bg_fg \
|
||||||
--cache "$STATE_DIR/user/color.txt" $smartflag \
|
--cache "$STATE_DIR/user/color.txt" $smartflag \
|
||||||
|
|||||||
Reference in New Issue
Block a user