From 1612439fdb0ae08bfef9b2af4d84f8c09fb65509 Mon Sep 17 00:00:00 2001 From: Vincent Bernat Date: Sun, 29 Jul 2012 23:16:54 +0200 Subject: [PATCH] theme: don't use terminus for notifications This font has no bold at this size. We use a classic proportional font instead. --- rc/theme.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/rc/theme.lua b/rc/theme.lua index 4a276b7..753533d 100644 --- a/rc/theme.lua +++ b/rc/theme.lua @@ -33,6 +33,7 @@ if theme then -- Naughty naughty.config.presets.normal.bg = theme.bg_widget + naughty.config.default_preset.font = "DejaVu Sans 10" return theme end