We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The terminal font of Konsole displays multiple fonts, and the emoji font is displayed first.
The terminal font of konsole should not display the emoji font or should not be displayed in front.
conf.txt
neofetch.log
[Appearance] ColorScheme=Dracula EmojiFont=Noto Color Emoji,12,-1,5,50,0,0,0,0,0 Font=Monospace,10,-1,5,50,0,0,0,0,0 WordMode=true WordModeAscii=false [General] Command=/bin/zsh LocalTabTitleFormat=%w Name=Dracula Parent=FALLBACK/ RemoteTabTitleFormat=%w
diff --git a/neofetch b/neofetch index e7e8881f..5b353607 100755 --- a/neofetch +++ b/neofetch @@ -4404,7 +4404,7 @@ END profile_filename="${profile_filename/$'\n'*}" [[ $profile_filename ]] && \ - term_font="$(awk -F '=|,' '/Font=/ {print $2,$3}' "$profile_filename")" + term_font="$(awk -F '=|,' '/^Font=/ {print $2,$3}' "$profile_filename")" ;; "lxterminal"*)
The text was updated successfully, but these errors were encountered:
f20e803
Thank you for reporting the issue and suggesting the change!
Sorry, something went wrong.
No branches or pull requests
Describe the bug
The terminal font of Konsole displays multiple fonts, and the emoji font is displayed first.
Expected behavior
The terminal font of konsole should not display the emoji font or should not be displayed in front.
Screenshots
Config file
conf.txt
Verbose log
neofetch.log
Additional context
The text was updated successfully, but these errors were encountered: