Starting with 0.45, xmobar uses pango fonts instead of xft.

This commit is contained in:
Derek Taylor
2023-02-27 09:02:32 -06:00
parent ebc345afdb
commit a2b8cca7b4
10 changed files with 40 additions and 40 deletions

View File

@@ -12,10 +12,10 @@
-- trayer
-- 'dtos-local-bin' (from dtos-core-repo)
Config { font = "xft:Ubuntu:weight=bold:pixelsize=11:antialias=true:hinting=true"
, additionalFonts = [ "xft:Mononoki:pixelsize=11:antialias=true:hinting=true"
, "xft:Font Awesome 6 Free Solid:pixelsize=12"
, "xft:Font Awesome 6 Brands:pixelsize=12"
Config { font = "Ubuntu Bold 9"
, additionalFonts = [ "Mononoki 11"
, "Font Awesome 6 Free Solid 12"
, "Font Awesome 6 Brands 12"
]
, bgColor = "#fdf6e3"
, fgColor = "#657b83"