remove unused method set_value from widget
This commit is contained in:
parent
fedea487b6
commit
7176cf38c2
|
@ -56,10 +56,7 @@ local function worker(args)
|
||||||
forced_width = 18,
|
forced_width = 18,
|
||||||
bg = "#ffffff11",
|
bg = "#ffffff11",
|
||||||
paddings = 2,
|
paddings = 2,
|
||||||
widget = wibox.container.arcchart,
|
widget = wibox.container.arcchart
|
||||||
set_value = function(self, value)
|
|
||||||
self.value = value
|
|
||||||
end,
|
|
||||||
}
|
}
|
||||||
|
|
||||||
local last_battery_check = os.time()
|
local last_battery_check = os.time()
|
||||||
|
|
Loading…
Reference in New Issue