mirror of
https://github.com/vincentbernat/i3wm-configuration.git
synced 2025-07-15 12:44:21 +02:00
theme: don't use transparency for notifications
This commit is contained in:
parent
baf9f2035a
commit
aab2b7cd8b
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue