1
0
mirror of https://github.com/dcarrillo/dotfiles.git synced 2025-01-09 19:16:48 +00:00

[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 {{{ #: Fonts {{{
font_family Roboto Mono Regular font_family RobotoMono Nerd Font
bold_font Roboto Mono Bold # bold_font Roboto Mono Bold
italic_font Roboto Mono Italic # italic_font Roboto Mono Italic
bold_italic_font Roboto Mono Bold Italic # bold_italic_font Roboto Mono Bold Italic
font_size 9 font_size 9
font_features none font_features none
# symbol_map U+E007-U+F8E8 Font Awesome 6 Brands # symbol_map U+E007-U+F8E8 Font Awesome 6 Brands

View File

@ -58,7 +58,7 @@ fixed-center = true
background = ${colors.background} background = ${colors.background}
foreground = ${colors.foreground} 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 ; https://fontawesome.com/cheatsheet/free
font-1 = "FontAwesome:size=16:antialias=true;2" font-1 = "FontAwesome:size=16:antialias=true;2"
font-2 = "Material Icons:size=16:antialias=true;1" font-2 = "Material Icons:size=16:antialias=true;1"