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 15794a2 commit 20d1dd7Copy full SHA for 20d1dd7
Configs/.local/lib/hyde/globalcontrol.sh
@@ -224,7 +224,7 @@ get_themes() {
224
[ -f "${thmDir}/.sort" ] && thmSortS+=("$(head -1 "${thmDir}/.sort")") || thmSortS+=("0")
225
thmWallS+=("${realWallPath}")
226
thmListS+=("${thmDir##*/}") # Use this instead of basename
227
- done < <(find "${HYDE_CONFIG_HOME}/themes" -mindepth 1 -maxdepth 1 -type d)
+ done < <(find "${HYDE_CONFIG_HOME}/themes" -follow -mindepth 1 -maxdepth 1 -type d)
228
229
while IFS='|' read -r sort theme wall; do
230
thmSort+=("${sort}")
0 commit comments