From 9c296a51e9e5fb5868efbd9a074c670025d46e26 Mon Sep 17 00:00:00 2001 From: Vincent Bernat Date: Mon, 25 May 2020 23:47:33 +0200 Subject: [PATCH] theme: switch back to Terminus "OTB" OTB stands for "OpenType Bitmap". --- rc/theme.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rc/theme.lua b/rc/theme.lua index cce15f1..a9d0023 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) " .. 9 * theme.scale +theme.font = "Terminus " .. 9 * theme.scale theme.tasklist_font = "DejaVu Sans " .. 8 * theme.scale theme.bg_normal = "#22222299"