summaryrefslogtreecommitdiff
path: root/gerrit-widget
diff options
context:
space:
mode:
authorstreetturtle <streetturtle@gmail.com>2019-12-17 21:37:03 -0500
committerstreetturtle <streetturtle@gmail.com>2019-12-17 21:37:03 -0500
commit9045e67d18859c57033ed38e6b64b5ecaf6dedf0 (patch)
tree6c08f9b5b6a2ef3175d7b45a806c1e04fc910462 /gerrit-widget
parentecb9a0e9e8ed2957fae4694a0c39e9e125661178 (diff)
add titles for error notifications
Diffstat (limited to 'gerrit-widget')
-rw-r--r--gerrit-widget/gerrit.lua6
1 files changed, 5 insertions, 1 deletions
diff --git a/gerrit-widget/gerrit.lua b/gerrit-widget/gerrit.lua
index 890371f..69036d0 100644
--- a/gerrit-widget/gerrit.lua
+++ b/gerrit-widget/gerrit.lua
@@ -32,7 +32,11 @@ local function worker(args)
local args = args or {}
local icon = args.icons or HOME_DIR .. '/.config/awesome/awesome-wm-widgets/gerrit-widget/gerrit_icon.svg'
- local host = args.host or naughty.notify{preset = naughty.config.presets.critical, text = 'Gerrit host is unknown'}
+ local host = args.host or naughty.notify{
+ preset = naughty.config.presets.critical,
+ title = 'Gerrit Widget',
+ text = 'Gerrit host is unknown'
+ }
local query = args.query or 'is:reviewer AND status:open AND NOT is:wip'
local current_number_of_reviews