diff --git a/rc/theme.lua b/rc/theme.lua index 3ae1ab6..764e94c 100644 --- a/rc/theme.lua +++ b/rc/theme.lua @@ -59,8 +59,10 @@ end -- Naughty naughty.config.presets.normal.bg = "#111111" -for _,preset in pairs({"normal", "low", "critical"}) do +for _, preset in pairs({"normal", "low", "critical"}) do naughty.config.presets[preset].font = "DejaVu Sans " .. 10 * theme.scale + naughty.config.presets[preset].margin = 12 * theme.scale + naughty.config.presets[preset].border_width = 3 * theme.scale end return theme