theme: set DejaVu Sans for all naughty presets

This commit is contained in:
Vincent Bernat 2012-07-31 21:11:21 +02:00
parent 79cd569c33
commit e6ac80e75b

View file

@ -43,6 +43,8 @@ end
-- Naughty
naughty.config.presets.normal.bg = theme.bg_widget
naughty.config.default_preset.font = "DejaVu Sans 10"
for _,preset in pairs({"normal", "low", "critical"}) do
naughty.config.presets[preset].font = "DejaVu Sans 10"
end
return theme