Fix broken awesome fonts in xmobar

This commit is contained in:
Derek Taylor
2022-02-15 14:58:13 -06:00
parent d061aad7a5
commit f697b0b5b1
14 changed files with 28 additions and 28 deletions

View File

@@ -14,8 +14,8 @@
Config { font = "xft:Ubuntu:weight=bold:pixelsize=11:antialias=true:hinting=true"
, additionalFonts = [ "xft:Mononoki:pixelsize=11:antialias=true:hinting=true"
, "xft:Font Awesome 5 Free Solid:pixelsize=12"
, "xft:Font Awesome 5 Brands:pixelsize=12"
, "xft:Font Awesome 6 Free Solid:pixelsize=12"
, "xft:Font Awesome 6 Brands:pixelsize=12"
]
, bgColor = "#fdf6e3"
, fgColor = "#657b83"