mirror of
https://github.com/vincentbernat/i3wm-configuration.git
synced 2025-06-24 10:48:35 +02:00
theme: don't let naughty display super large icons
This commit is contained in:
parent
b63bd0d911
commit
263417ae6f
1 changed files with 4 additions and 0 deletions
|
@ -64,5 +64,9 @@ for _, preset in pairs({"normal", "low", "critical"}) do
|
|||
naughty.config.presets[preset].margin = 12 * theme.scale
|
||||
naughty.config.presets[preset].border_width = 3 * theme.scale
|
||||
end
|
||||
naughty.config.notify_callback = function(args)
|
||||
args.icon = nil
|
||||
return args
|
||||
end
|
||||
|
||||
return theme
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue