refactor(naughty.notification): Align table values

This commit is contained in:
Lucas Schwiderski 2022-05-29 10:51:20 +02:00
parent 62f13d3e08
commit 51c184fc06
No known key found for this signature in database
GPG Key ID: AA12679AAA6DF4D8
1 changed files with 8 additions and 8 deletions

View File

@ -613,14 +613,14 @@ function notification:get_text()
end
local properties = {
"message" , "title" , "timeout" , "hover_timeout" ,
"app_name", "position", "ontop" , "border_width" ,
"width" , "font" , "icon" , "icon_size" ,
"fg" , "bg" , "height" , "border_color" ,
"shape" , "opacity" , "margin" , "ignore_suspend",
"destroy" , "preset" , "callback", "actions" ,
"run" , "id" , "ignore" , "auto_reset_timeout",
"urgency" , "image" , "images" , "widget_template",
"message" , "title" , "timeout" , "hover_timeout" ,
"app_name" , "position", "ontop" , "border_width" ,
"width" , "font" , "icon" , "icon_size" ,
"fg" , "bg" , "height" , "border_color" ,
"shape" , "opacity" , "margin" , "ignore_suspend" ,
"destroy" , "preset" , "callback", "actions" ,
"run" , "id" , "ignore" , "auto_reset_timeout",
"urgency" , "image" , "images" , "widget_template" ,
"max_width", "app_icon",
}