Table of Contents
1. The default font is loaded instead of the font specified in xmobarrc
When upgrading xmobar package from 0.44.1 to 0.46, the default font is loaded instead of the font specified in xmobarrc.
This is because the font config is changed in newer xmobar
2. The font config is changed in xmobar 0.46 package
This commit changes the font config. Because the xmobar package in ArchLinux does not contain these org documents, it is difficult to notice this change.
The specified font will be loaded by changing xmobarrc.
--- xmobarrc.orig 2023-03-07 23:07:01.086665337 +0900 +++ xmobarrc 2023-03-07 21:19:35.037106707 +0900 @@ -1,5 +1,5 @@ Config { - font = "xft:VL Gothic:size=11" + font = "VL Gothic 11" , bgColor = "#2e3436" , fgColor = "#d3d7cf" , template = "%StdinReader%}{%cpu% %memory% %default:Master% %date%"