remove trailing space

This commit is contained in:
Pavel Makhov 2019-12-24 20:38:27 -05:00
parent 11da6f96da
commit 428b32d6ea
1 changed files with 1 additions and 1 deletions

View File

@ -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'