mirror of
https://github.com/streetturtle/awesome-wm-widgets.git
synced 2024-11-17 07:49:09 +01:00
Remove doubled temperature line
this line was doubled, but was barely noticable because (in my case, and the demo case) the text almost matched the background
This commit is contained in:
parent
1310031b3a
commit
7aa9550c26
1 changed files with 0 additions and 2 deletions
|
@ -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