Merge branch 'end-4:main' into parallax

This commit is contained in:
Ivan Rosinskii
2026-02-12 00:12:21 +01:00
committed by GitHub
@@ -406,6 +406,12 @@ main() {
imgpath="$(kdialog --getopenfilename . --title 'Choose wallpaper')"
fi
if [[ -n "$imgpath" && -z "$noswitch_flag" ]]; then
set_accent_color ""
color_flag=""
color=""
fi
# If type_flag is 'auto', detect scheme type from image (after imgpath is set)
if [[ "$type_flag" == "auto" ]]; then
if [[ -n "$imgpath" && -f "$imgpath" ]]; then