From f5e81dea79f6e43f483e10377aee3d0ab71e8a4d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Jaenisch?= Date: Fri, 11 Oct 2024 08:51:24 +0200 Subject: [PATCH] fix: remove superfluous quotation mark MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit NeoVim tried to be helpful. Signed-off-by: André Jaenisch --- weather-api-widget/weather.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/weather-api-widget/weather.lua b/weather-api-widget/weather.lua index 6f9d601..35705ec 100644 --- a/weather-api-widget/weather.lua +++ b/weather-api-widget/weather.lua @@ -439,7 +439,7 @@ local function worker(user_args) }) table.insert(temp_below, wibox.widget { - markup = ' 0 and '#2E3440' or '#ECEFF4') .. '">' .. string.format('%.0f', hour.temp_c) .. '°' .. '', align = 'center',