uncomment test notification
This commit is contained in:
@@ -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",
|
||||||
|
|||||||
Reference in New Issue
Block a user