From 3084786c002f35647337d2f534abbd379033997d Mon Sep 17 00:00:00 2001 From: Kievits Rene Date: Wed, 25 May 2022 11:28:10 +0200 Subject: [PATCH] uncomment test notification --- awesome/src/core/notifications.lua | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/awesome/src/core/notifications.lua b/awesome/src/core/notifications.lua index 0547267..4580e9a 100644 --- a/awesome/src/core/notifications.lua +++ b/awesome/src/core/notifications.lua @@ -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",