theme: use TTF version of Terminus

Pango 1.44 dropped support for bitmap fonts
This commit is contained in:
Vincent Bernat 2020-04-11 08:05:37 +02:00
parent 355f983fdb
commit 4624d17e93

View file

@ -22,7 +22,7 @@ theme = {}
theme.scale = scale() theme.scale = scale()
theme.icons = icons theme.icons = icons
theme.wallpaper_cmd = { "/bin/true" } theme.wallpaper_cmd = { "/bin/true" }
theme.font = "Terminus " .. 8 * theme.scale theme.font = "Terminus (TTF) " .. 8 * theme.scale
theme.tasklist_font = "DejaVu Sans " .. 8 * theme.scale theme.tasklist_font = "DejaVu Sans " .. 8 * theme.scale
theme.bg_normal = "#22222299" theme.bg_normal = "#22222299"