theme: don't use transparency for notifications

This commit is contained in:
Vincent Bernat 2020-08-05 20:40:01 +02:00
parent baf9f2035a
commit aab2b7cd8b

View file

@ -58,7 +58,7 @@ for _, l in pairs(config.layouts) do
end end
-- Naughty -- Naughty
naughty.config.presets.normal.bg = theme.bg_widget 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].font = "DejaVu Sans " .. 10 * theme.scale
end end