mirror of
https://github.com/dylanaraps/neofetch.git
synced 2025-10-03 16:51:29 +00:00
term_font: konsole: Avoid wrong font info
This commit is contained in:
2
neofetch
2
neofetch
@@ -3119,6 +3119,8 @@ END
|
||||
[[ "$profile" ]] && break
|
||||
done
|
||||
|
||||
[[ ! $profile ]] && return
|
||||
|
||||
# We could have two profile files for the same profile name, take first match
|
||||
profile_filename="$(grep -l "Name=${profile}" "$HOME"/.local/share/konsole/*.profile)"
|
||||
profile_filename="${profile_filename/$'\n'*}"
|
||||
|
Reference in New Issue
Block a user