diff options
-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' |