remove trailing space
This commit is contained in:
parent
11da6f96da
commit
428b32d6ea
|
@ -75,7 +75,7 @@ local function worker(args)
|
||||||
|
|
||||||
if args.theme ~= nil and calendar_themes[args.theme] == nil then
|
if args.theme ~= nil and calendar_themes[args.theme] == nil then
|
||||||
naughty.notify({
|
naughty.notify({
|
||||||
preset = naughty.config.presets.critical,
|
preset = naughty.config.presets.critical,
|
||||||
title = 'Calendar Widget',
|
title = 'Calendar Widget',
|
||||||
text = 'Theme "' .. args.theme .. '" not found, fallback to default'})
|
text = 'Theme "' .. args.theme .. '" not found, fallback to default'})
|
||||||
args.theme = 'nord'
|
args.theme = 'nord'
|
||||||
|
|
Loading…
Reference in New Issue