diff options
author | streetturtle <streetturtle@users.noreply.github.com> | 2021-06-03 20:57:48 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-06-03 20:57:48 -0400 |
commit | 6d49a59b7516b62ba398096dc1a0e3cfada04fae (patch) | |
tree | 311cf002416c9ea850d5c24af7378999e9981c35 | |
parent | 7c0ec6ee7d98d0dc7fd01c91ac343a2fd8384d58 (diff) |
fix lua check build
-rw-r--r-- | net-speed-widget/net-speed.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-speed-widget/net-speed.lua b/net-speed-widget/net-speed.lua index 3fc1090..2fb1aa1 100644 --- a/net-speed-widget/net-speed.lua +++ b/net-speed-widget/net-speed.lua @@ -62,7 +62,7 @@ local function worker(user_args) local timeout = args.timeout or 1 local width = args.width or 55 - local net_speed_widget = wibox.widget { + net_speed_widget = wibox.widget { { id = 'rx_speed', forced_width = width, |