fix: remove superfluous quotation mark

NeoVim tried to be helpful.

Signed-off-by: André Jaenisch <andre.jaenisch@posteo.de>
This commit is contained in:
André Jaenisch 2024-10-11 08:51:24 +02:00
parent 9604aef6ba
commit f5e81dea79
No known key found for this signature in database
GPG Key ID: 5A668E771F1ED854
1 changed files with 1 additions and 1 deletions

View File

@ -439,7 +439,7 @@ local function worker(user_args)
})
table.insert(temp_below, wibox.widget {
markup = '<span foreground=""'
markup = '<span foreground="'
.. (tonumber(hour.temp_c) > 0 and '#2E3440' or '#ECEFF4') .. '">'
.. string.format('%.0f', hour.temp_c) .. '°' .. '</span>',
align = 'center',