Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 1 addition & 6 deletions Configs/.local/lib/hyde/fastfetch.sh
Original file line number Diff line number Diff line change
Expand Up @@ -47,12 +47,7 @@ logo) # eats around 13 ms
image_dirs+=("$HYDE_CACHE_HOME/wall.quad")
image_dirs+=("$HYDE_CACHE_HOME/wall.sqre")
[ -f "$HOME/.face.icon" ] && image_dirs+=("$HOME/.face.icon")
[ -f "$hyde_distro_logo" ] && image_dirs+=("$hyde_distro_logo")
image_dirs+=("${confDir}/fastfetch/logo")
image_dirs+=("${iconDir}/Wallbash-Icon/fastfetch/")
if [ -n "${HYDE_THEME}" ] && [ -d "${confDir}/hyde/themes/${HYDE_THEME}/logo" ]; then
image_dirs+=("${confDir}/hyde/themes/${HYDE_THEME}/logo")
fi
# also .bash_logout may be matched with this find
find -L "${image_dirs[@]}" -maxdepth 1 -type f \( -name "wall.quad" -o -name "wall.sqre" -o -name "*.icon" -o -name "*logo*" -o -name "*.png" \) ! -path "*/wall.set*" ! -path "*/wallpapers/*.png" 2>/dev/null
) | shuf -n 1
}
Expand Down