summaryrefslogtreecommitdiff
path: root/net-speed-widget
diff options
context:
space:
mode:
authorstreetturtle <streetturtle@users.noreply.github.com>2021-06-03 20:57:48 -0400
committerGitHub <noreply@github.com>2021-06-03 20:57:48 -0400
commit6d49a59b7516b62ba398096dc1a0e3cfada04fae (patch)
tree311cf002416c9ea850d5c24af7378999e9981c35 /net-speed-widget
parent7c0ec6ee7d98d0dc7fd01c91ac343a2fd8384d58 (diff)
fix lua check build
Diffstat (limited to 'net-speed-widget')
-rw-r--r--net-speed-widget/net-speed.lua2
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,