I have an awesome-copycats conf and since last Arch Linux update I have no more font on the topbar widget. Every single character is a square.
That is affecting taglist, clock and so on.
Basically what is defined by:
theme.font = "xos4 Terminus 9"
from theme.lua
I checked if that xos4 Terminus
is still here, and that seems to be the case.
fc-list | grep Terminus
/usr/share/fonts/misc/ter-x12b.pcf.gz: xos4 Terminus:style=Bold
/usr/share/fonts/misc/ter-x22b.pcf.gz: xos4 Terminus:style=Bold
/usr/share/fonts/misc/ter-x32b.pcf.gz: xos4 Terminus:style=Bold
/usr/share/fonts/misc/ter-x18b.pcf.gz: xos4 Terminus:style=Bold
/usr/share/fonts/misc/ter-x20b.pcf.gz: xos4 Terminus:style=Bold
/usr/share/fonts/misc/ter-x28b.pcf.gz: xos4 Terminus:style=Bold
/usr/share/fonts/misc/ter-x16b.pcf.gz: xos4 Terminus:style=Bold
/usr/share/fonts/misc/ter-x14n.pcf.gz: xos4 Terminus:style=Regular
/usr/share/fonts/misc/ter-x14b.pcf.gz: xos4 Terminus:style=Bold
/usr/share/fonts/misc/ter-x24n.pcf.gz: xos4 Terminus:style=Regular
/usr/share/fonts/misc/ter-x24b.pcf.gz: xos4 Terminus:style=Bold
/usr/share/fonts/misc/ter-x16n.pcf.gz: xos4 Terminus:style=Regular
/usr/share/fonts/misc/ter-x18n.pcf.gz: xos4 Terminus:style=Regular
/usr/share/fonts/misc/ter-x20n.pcf.gz: xos4 Terminus:style=Regular
/usr/share/fonts/misc/ter-x28n.pcf.gz: xos4 Terminus:style=Regular
/usr/share/fonts/misc/ter-x12n.pcf.gz: xos4 Terminus:style=Regular
/usr/share/fonts/misc/ter-x22n.pcf.gz: xos4 Terminus:style=Regular
/usr/share/fonts/misc/ter-x32n.pcf.gz: xos4 Terminus:style=Regular
I also tried to change it by another font. But that does not make the trick.
Any idea on how I could have it work?
/etc/fonts/conf.avail/70-yes-bitmaps.conf
to/etc/fonts/conf.d/70-yes-bitmaps.conf
. I hope this helps:| There is also an alias for terminus in/etc/fonts/conf.avail/75-yes-terminus.conf
which may not be necessary. – Spyros Aug 10 '19 at 05:30gtk2fontsel
and saw that some fonts where corrupted. Then I could select working one. But I still had some issue with notifications boxes. Not whole text was shown. So I updatelcpz/lain
which is strongly linked toawesome-copycats
. – mickro Aug 13 '19 at 09:09lain
linked to its github repository. So I simplygit pull
. And that fallen in order. – mickro Aug 21 '19 at 09:58