diff options
author | zachir <zachir@librem.one> | 2023-02-28 21:49:58 -0600 |
---|---|---|
committer | zachir <zachir@librem.one> | 2023-02-28 21:49:58 -0600 |
commit | de62d9b99980c864ff7d32c6e62cfa29cea67fea (patch) | |
tree | 7ce855b9914bfe2da26ac121241b2df1f92bff47 /net-speed-widget | |
parent | 9a987adf05ae0d241d22fbb0ee142fbefa76a138 (diff) |
add setting to use font2 or smaller font
Diffstat (limited to 'net-speed-widget')
-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 248e913..daa218a 100644 --- a/net-speed-widget/net-speed.lua +++ b/net-speed-widget/net-speed.lua @@ -55,7 +55,7 @@ local function worker(user_args) local args = user_args or {} - local font = args.font or 'mononoki Nerd Font Mono 1' + local font = args.font or beautiful.font2 or 'mononoki Nerd Font Mono 12' local interface = args.interface or '*' local timeout = args.timeout or 1 |