We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9604aef commit f5e81deCopy full SHA for f5e81de
weather-api-widget/weather.lua
@@ -439,7 +439,7 @@ local function worker(user_args)
439
})
440
441
table.insert(temp_below, wibox.widget {
442
- markup = '<span foreground=""'
+ markup = '<span foreground="'
443
.. (tonumber(hour.temp_c) > 0 and '#2E3440' or '#ECEFF4') .. '">'
444
.. string.format('%.0f', hour.temp_c) .. '°' .. '</span>',
445
align = 'center',
0 commit comments