summaryrefslogtreecommitdiff
path: root/net-speed-widget/net-speed.lua
diff options
context:
space:
mode:
Diffstat (limited to 'net-speed-widget/net-speed.lua')
-rw-r--r--net-speed-widget/net-speed.lua5
1 files changed, 2 insertions, 3 deletions
diff --git a/net-speed-widget/net-speed.lua b/net-speed-widget/net-speed.lua
index 86b8d33..31c701f 100644
--- a/net-speed-widget/net-speed.lua
+++ b/net-speed-widget/net-speed.lua
@@ -55,11 +55,10 @@ local function worker(user_args)
local args = user_args or {}
- local font = args.font or beautiful.font2 or 'mononoki Nerd Font Mono 12'
-
+ local font = args.font or beautiful.font
local interface = args.interface or '*'
local timeout = args.timeout or 1
- local width = args.width or 40
+ local width = args.width or 100
net_speed_widget = wibox.widget {
{