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 c734c05 commit 11c62fbCopy full SHA for 11c62fb
weather-widget/weather.lua
@@ -171,10 +171,7 @@ local function worker(user_args)
171
local api_key = args.api_key
172
local font_name = args.font_name or beautiful.font:gsub("%s%d+$", "")
173
local units = args.units or 'metric'
174
- local time_format_12h = args.time_format_12h
175
local both_units_widget = args.both_units_widget or false
176
- local show_hourly_forecast = args.show_hourly_forecast
177
- local show_daily_forecast = args.show_daily_forecast
178
local icon_pack_name = args.icons or 'weather-underground-icons'
179
local icons_extension = args.icons_extension or '.png'
180
local timeout = args.timeout or 120
0 commit comments