From aab2b7cd8b4af839ec2d3fcafd195dcf674c3b91 Mon Sep 17 00:00:00 2001 From: Vincent Bernat Date: Wed, 5 Aug 2020 20:40:01 +0200 Subject: [PATCH] theme: don't use transparency for notifications --- rc/theme.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rc/theme.lua b/rc/theme.lua index a9d0023..3ae1ab6 100644 --- a/rc/theme.lua +++ b/rc/theme.lua @@ -58,7 +58,7 @@ for _, l in pairs(config.layouts) do end -- Naughty -naughty.config.presets.normal.bg = theme.bg_widget +naughty.config.presets.normal.bg = "#111111" for _,preset in pairs({"normal", "low", "critical"}) do naughty.config.presets[preset].font = "DejaVu Sans " .. 10 * theme.scale end