#290 forgot fs
This commit is contained in:
parent
43cd98510a
commit
5d7c6078d1
1 changed files with 5 additions and 4 deletions
|
@ -61,10 +61,11 @@ local function worker(args)
|
||||||
fs.notification_preset = args.notification_preset
|
fs.notification_preset = args.notification_preset
|
||||||
|
|
||||||
if not fs.notification_preset then
|
if not fs.notification_preset then
|
||||||
fs.notification_preset = naughty.config.defaults
|
fs.notification_preset = {
|
||||||
fs.notification_preset.font = "Monospace 10"
|
font = "Monospace 10",
|
||||||
fs.notification_preset.fg = "#FFFFFF"
|
fg = "#FFFFFF",
|
||||||
fs.notification_preset.bg = "#000000"
|
bg = "#000000"
|
||||||
|
}
|
||||||
end
|
end
|
||||||
|
|
||||||
helpers.set_map(partition, false)
|
helpers.set_map(partition, false)
|
||||||
|
|
Loading…
Add table
Reference in a new issue