From f2996a45e38d13cfc6bab0e8d328fdd59ae134df Mon Sep 17 00:00:00 2001 From: Vincent Bernat Date: Sun, 19 Apr 2020 16:24:48 +0200 Subject: [PATCH] theme: use Terminus 9pt. 8pt is not pixel perfect --- rc/theme.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rc/theme.lua b/rc/theme.lua index 4687ab2..cce15f1 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 (TTF) " .. 8 * theme.scale +theme.font = "Terminus (TTF) " .. 9 * theme.scale theme.tasklist_font = "DejaVu Sans " .. 8 * theme.scale theme.bg_normal = "#22222299"