-
Notifications
You must be signed in to change notification settings - Fork 149
Closed
Description
Describe the bug
The terminal font of Konsole displays multiple fonts, and the emoji font is displayed first.
- Does this issue still occur in the master branch? (Required)
Expected behavior
The terminal font of konsole should not display the emoji font or should not be displayed in front.
Screenshots
Config file
Verbose log
Additional context
- My konsole profile
[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
- Suggest change
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"*)Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels
