mirror of
https://github.com/streetturtle/awesome-wm-widgets.git
synced 2024-11-17 07:49:09 +01:00
fix lua check build
This commit is contained in:
parent
7c0ec6ee7d
commit
6d49a59b75
1 changed files with 1 additions and 1 deletions
|
@ -62,7 +62,7 @@ local function worker(user_args)
|
||||||
local timeout = args.timeout or 1
|
local timeout = args.timeout or 1
|
||||||
local width = args.width or 55
|
local width = args.width or 55
|
||||||
|
|
||||||
local net_speed_widget = wibox.widget {
|
net_speed_widget = wibox.widget {
|
||||||
{
|
{
|
||||||
id = 'rx_speed',
|
id = 'rx_speed',
|
||||||
forced_width = width,
|
forced_width = width,
|
||||||
|
|
Loading…
Reference in a new issue