uncomment test notification

This commit is contained in:
Kievits Rene
2022-05-25 11:28:10 +02:00
parent ff202de163
commit 3084786c00

View File

@@ -405,13 +405,13 @@ naughty.connect_signal(
) )
-- Test notification -- Test notification
naughty.notification { --[[naughty.notification {
app_name = "System Notification", app_name = "System Notification",
title = "A notification 2", title = "A notification 3",
message = "This is very informative and overflowing", message = "This is very informative and overflowing",
icon = "/home/crylia/.config/awesome/src/assets/userpfp/crylia.png", icon = "/home/crylia/.config/awesome/src/assets/userpfp/crylia.png",
urgency = "normal", urgency = "normal",
timeout = 0, timeout = 1,
actions = { actions = {
naughty.action { naughty.action {
name = "Accept", name = "Accept",
@@ -423,7 +423,7 @@ naughty.notification {
name = "Ignore", name = "Ignore",
}, },
} }
} }--]]
naughty.connect_signal( naughty.connect_signal(
"invoked", "invoked",