diff --git a/rc/theme.lua b/rc/theme.lua index 4dff105..bccb7a0 100644 --- a/rc/theme.lua +++ b/rc/theme.lua @@ -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