From 4624d17e938671fc4b3c30da41e91ea1b0ba2d24 Mon Sep 17 00:00:00 2001 From: Vincent Bernat Date: Sat, 11 Apr 2020 08:05:37 +0200 Subject: [PATCH] theme: use TTF version of Terminus Pango 1.44 dropped support for bitmap fonts --- rc/theme.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rc/theme.lua b/rc/theme.lua index cceeebe..4687ab2 100644 --- a/rc/theme.lua +++ b/rc/theme.lua @@ -22,7 +22,7 @@ theme = {} theme.scale = scale() theme.icons = icons 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.bg_normal = "#22222299"