theme: don't use terminus for notifications

This font has no bold at this size. We use a classic proportional font
instead.
This commit is contained in:
Vincent Bernat 2012-07-29 23:16:54 +02:00
parent 5f9c6aa756
commit 1612439fdb

View file

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