We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c0684b commit 835faf3Copy full SHA for 835faf3
Configs/.local/lib/hyde/globalcontrol.sh
@@ -45,11 +45,13 @@ get_hashmap() {
45
[ "${wallSource}" == "--no-notify" ] && no_notify=1 && continue
46
[ "${wallSource}" == "--skipstrays" ] && skipStrays=1 && continue
47
[ "${wallSource}" == "--verbose" ] && verboseMap=1 && continue
48
+
49
+ wallSource="$(realpath "${wallSource}")"
50
51
[ -e "${wallSource}" ] || {
52
print_log -err "ERROR:" -b "wallpaper source does not exist:" "${wallSource}" -y " skipping..."
53
continue
54
}
- wallSource="$(realpath "${wallSource}")"
55
56
[ "${LOG_LEVEL}" == "debug" ] && print_log -g "DEBUG:" -b "wallSource path:" "${wallSource}"
57
0 commit comments