mirror of
https://github.com/end-4/dots-hyprland.git
synced 2026-06-05 14:59:27 -05:00
accent color preventing wall switch fix from main
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user