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