mirror of https://github.com/lcpz/lain.git
#290 forgot fs
This commit is contained in:
parent
43cd98510a
commit
5d7c6078d1
|
@ -61,10 +61,11 @@ local function worker(args)
|
|||
fs.notification_preset = args.notification_preset
|
||||
|
||||
if not fs.notification_preset then
|
||||
fs.notification_preset = naughty.config.defaults
|
||||
fs.notification_preset.font = "Monospace 10"
|
||||
fs.notification_preset.fg = "#FFFFFF"
|
||||
fs.notification_preset.bg = "#000000"
|
||||
fs.notification_preset = {
|
||||
font = "Monospace 10",
|
||||
fg = "#FFFFFF",
|
||||
bg = "#000000"
|
||||
}
|
||||
end
|
||||
|
||||
helpers.set_map(partition, false)
|
||||
|
|
Loading…
Reference in New Issue