[kitty/Polybar] Use Roboto Nerd font

This commit is contained in:
Daniel Carrillo 2023-06-09 17:52:42 +02:00
parent e2462448f5
commit 12cb52c3e3
Signed by: dcarrillo
GPG Key ID: E4CD5C09DAED6E16
2 changed files with 5 additions and 5 deletions

View File

@ -2,10 +2,10 @@
#: Fonts {{{
font_family Roboto Mono Regular
bold_font Roboto Mono Bold
italic_font Roboto Mono Italic
bold_italic_font Roboto Mono Bold Italic
font_family RobotoMono Nerd Font
# bold_font Roboto Mono Bold
# italic_font Roboto Mono Italic
# bold_italic_font Roboto Mono Bold Italic
font_size 9
font_features none
# symbol_map U+E007-U+F8E8 Font Awesome 6 Brands

View File

@ -58,7 +58,7 @@ fixed-center = true
background = ${colors.background}
foreground = ${colors.foreground}
font-0 = "RobotoMono-Regular:size=16:antialias=true;1"
font-0 = "RobotoMono Nerd Font Mono:style=Regular:size=16:antialias=true;1"
; https://fontawesome.com/cheatsheet/free
font-1 = "FontAwesome:size=16:antialias=true;2"
font-2 = "Material Icons:size=16:antialias=true;1"