File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -107,7 +107,7 @@ get_hashmap() {
107107
108108 # Notify the list of directories without compatible wallpapers
109109 if [ " ${# no_wallpapers[@]} " -gt 0 ]; then
110- [ -n " ${no_notify} " ] && notify-send -a " HyDE Alert" " WARNING: No compatible wallpapers found in: ${no_wallpapers[*]} "
110+ # [ -n "${no_notify}" ] && notify-send -a "HyDE Alert" "WARNING: No compatible wallpapers found in: ${no_wallpapers[*]}"
111111 print_log -warn " No compatible wallpapers found in:" " ${no_wallpapers[*]} "
112112 fi
113113
@@ -116,6 +116,7 @@ get_hashmap() {
116116 return 1
117117 else
118118 echo " ERROR: No image found in any source"
119+ [ -n " ${no_notify} " ] && notify-send -a " HyDE Alert" " WARNING: No compatible wallpapers found in: ${no_wallpapers[*]} "
119120 exit 1
120121 fi
121122 fi
You can’t perform that action at this time.
0 commit comments