theme: switch back to Terminus "OTB"

OTB stands for "OpenType Bitmap".
This commit is contained in:
Vincent Bernat 2020-05-25 23:47:33 +02:00
parent 667d50d496
commit 9c296a51e9

View file

@ -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"