mirror of
https://github.com/vincentbernat/i3wm-configuration.git
synced 2025-06-22 18:03:28 +02:00
theme: set DejaVu Sans for all naughty presets
This commit is contained in:
parent
79cd569c33
commit
e6ac80e75b
1 changed files with 3 additions and 1 deletions
|
@ -43,6 +43,8 @@ end
|
||||||
|
|
||||||
-- Naughty
|
-- Naughty
|
||||||
naughty.config.presets.normal.bg = theme.bg_widget
|
naughty.config.presets.normal.bg = theme.bg_widget
|
||||||
naughty.config.default_preset.font = "DejaVu Sans 10"
|
for _,preset in pairs({"normal", "low", "critical"}) do
|
||||||
|
naughty.config.presets[preset].font = "DejaVu Sans 10"
|
||||||
|
end
|
||||||
|
|
||||||
return theme
|
return theme
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue