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 d0ca20a commit 9b45f6aCopy full SHA for 9b45f6a
Configs/.local/lib/hyde/theme.switch.sh
@@ -320,7 +320,7 @@ fi
320
#// wallpaper
321
export -f pkg_installed
322
323
-[[ -d "$HYDE_CACHE_HOME/wallpapers/" ]] && find -L "$HYDE_CACHE_HOME/wallpapers" -name "*.png" -exec sh -c '
+[[ -d "$HYDE_CACHE_HOME/wallpapers/" ]] && find -H "$HYDE_CACHE_HOME/wallpapers" -name "*.png" -exec sh -c '
324
for file; do
325
base=$(basename "$file" .png)
326
if pkg_installed ${base}; then
0 commit comments