18 lines
358 B
Lua
18 lines
358 B
Lua
require("notify").setup({
|
|
background_colour = "NotifyBackground",
|
|
fps = 144,
|
|
icons = {
|
|
DEBUG = "",
|
|
ERROR = "",
|
|
INFO = "",
|
|
TRACE = "✎",
|
|
WARN = ""
|
|
},
|
|
level = 2,
|
|
minimum_width = 50,
|
|
render = "default",
|
|
stages = "fade_in_slide_out",
|
|
timeout = 5000,
|
|
top_down = true
|
|
})
|