mirror of
https://github.com/vincentbernat/i3wm-configuration.git
synced 2025-07-06 16:24:22 +02:00
theme: add more border and margin to notifications
This commit is contained in:
parent
aab2b7cd8b
commit
47580e28d3
1 changed files with 3 additions and 1 deletions
|
@ -61,6 +61,8 @@ end
|
||||||
naughty.config.presets.normal.bg = "#111111"
|
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
|
||||||
|
naughty.config.presets[preset].margin = 12 * theme.scale
|
||||||
|
naughty.config.presets[preset].border_width = 3 * theme.scale
|
||||||
end
|
end
|
||||||
|
|
||||||
return theme
|
return theme
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue