Notifications
Last updated
Last updated
lib.notify({
title = 'Notification title',
description = 'Notification description',
type = 'success'
})lib.notify({
id = 'some_identifier',
title = 'Notification title',
description = 'Notification description',
position = 'top',
style = {
backgroundColor = '#141517',
color = '#C1C2C5',
['.description'] = {
color = '#909296'
}
},
icon = 'ban',
iconColor = '#C53030'
})