mirror of
https://github.com/vincentbernat/i3wm-configuration.git
synced 2025-07-06 08:14:20 +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
|
@ -59,8 +59,10 @@ end
|
|||
|
||||
-- Naughty
|
||||
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].margin = 12 * theme.scale
|
||||
naughty.config.presets[preset].border_width = 3 * theme.scale
|
||||
end
|
||||
|
||||
return theme
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue