diff options
author | Pavel Makhov <pmakhov@theoctavegroup.com> | 2019-12-24 20:38:27 -0500 |
---|---|---|
committer | Pavel Makhov <pmakhov@theoctavegroup.com> | 2019-12-24 20:38:27 -0500 |
commit | 428b32d6ea3d1f67babe309879d953a9353bb45a (patch) | |
tree | af5442c6d5460b8e0095154f2cf849c03114d908 | |
parent | 11da6f96dab30c928c4ad5251316bb9854496ac3 (diff) |
remove trailing space
-rw-r--r-- | calendar-widget/calendar.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/calendar-widget/calendar.lua b/calendar-widget/calendar.lua index 220236f..e15d094 100644 --- a/calendar-widget/calendar.lua +++ b/calendar-widget/calendar.lua @@ -75,7 +75,7 @@ local function worker(args) if args.theme ~= nil and calendar_themes[args.theme] == nil then naughty.notify({ - preset = naughty.config.presets.critical, + preset = naughty.config.presets.critical, title = 'Calendar Widget', text = 'Theme "' .. args.theme .. '" not found, fallback to default'}) args.theme = 'nord' |