mirror of
https://github.com/vincentbernat/i3wm-configuration.git
synced 2025-07-14 20:24:22 +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
|
||||
|
||||
-- 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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue