Closed ryantking closed 1 year ago
Looks like this can be solved by using a special unicode character to force text mode output instead of emojis: https://mts.io/2015/04/21/unicode-symbol-render-text-emoji/
If anyone else runs into this, in your status bar scripts append \uFE0E
to your emojis. Note that not all programs print this correctly, I converted all my scripts to use echo -e
.
Hello I'm having two issues with emojis when using dwl-bar:
I don't know much about Linux fonts so assume there's some system setting for pango or fontconfig to get the rendering right, but not really sure where to start.