From 0404ce5cd4174295bc5a8e17b61323e8005d1e06 Mon Sep 17 00:00:00 2001 From: Timo Wilken Date: Sat, 20 May 2023 16:04:02 +0200 Subject: Tweak polybar font definition Though this still doesn't fix the problem with emojis not being displayed. Maybe the font file is wrong somehow -- OpenMoji chars aren't displayed in LibreOffice either. --- tw/home/files/polybar.ini | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'tw') diff --git a/tw/home/files/polybar.ini b/tw/home/files/polybar.ini index 13a2e0b8..06ef08de 100644 --- a/tw/home/files/polybar.ini +++ b/tw/home/files/polybar.ini @@ -29,10 +29,11 @@ module-margin = 2 background = ${colors.background} foreground = ${colors.text} +; font-N = ; font-0 = Fira Sans:size=11;2 ; Some workspace names have emojis in them. ; Using Noto Emoji means emojis would be much too big and colourful. -font-1 = Openmoji:size=11;2 +font-1 = OpenMoji:style=Black:size=11;0 ; Hermit is needed for Unicode block chars. font-2 = Hermit:size=10;1 -- cgit v1.2.3