mirror of
https://github.com/streetturtle/awesome-wm-widgets.git
synced 2024-11-17 07:49:09 +01:00
Merge branch 'master' of github.com:streetturtle/awesome-wm-widgets
This commit is contained in:
commit
eb5222eda3
2 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,7 @@
|
|||
# Weather widget
|
||||
|
||||
Widget showing current, hourly and daily weather forecast.
|
||||
|
||||
<p align="center">
|
||||
<img src="https://github.com/streetturtle/awesome-wm-widgets/raw/master/weather-widget/screenshots/weather-widget.png" alt="screenshot" style="max-width:100%;">
|
||||
</p>
|
||||
|
|
|
@ -370,8 +370,6 @@ local function worker(args)
|
|||
local count = #self
|
||||
for i = 0, count do self[i]=nil end
|
||||
|
||||
|
||||
table.insert(self, temp_below)
|
||||
table.insert(self, wibox.widget{
|
||||
{
|
||||
hourly_forecast_graph,
|
||||
|
|
Loading…
Reference in a new issue