summaryrefslogtreecommitdiff
path: root/net-speed-widget/net-speed.lua
AgeCommit message (Collapse)Author
2023-11-19Improve/fix logic for using bit or byte in net-speedHEADmasterzachir
There is now an argument (bits_not_bytes) that will change the unit for calculating net speed. Setting it to "true", the widget will use bits instead of bytes. Setting it to "false" (or not setting it), the widget will use bytes.
2023-11-19Fix net-speed icon orderzachir
When I copied and pasted the up and down arrows into the code, it appears I put them in the wrong order. First number is receive, which logically should be a down arrow; second number is transmit, which logically should be an up arrow. This was backwards, and no longer is.
2023-11-05Change how net-speed widget lookszachir
2023-11-05Use beautiful.font or args.font for widgetszachir
2023-03-18Make net-speed take less space (emojis not icons)zachir
2023-03-17Revert "make net widget use bytes, not bits"zachir
This reverts commit d1c047c78a647d0703785303c1ded6fb24ae0127.
2023-03-15make net widget use bytes, not bitszachir
2023-02-28add setting to use font2 or smaller fontzachir
2023-02-10add font option to net-speedzachir
2021-06-06net-speed-widget: fix race condition when using multiple monitors/widgetsNuno Silva
2021-06-06net-speed-widget: fix speed calculationNuno Silva
need to divide by time
2021-06-03fix lua check buildstreetturtle
2021-05-22Make net-speed width configurable with argspolygon
2020-12-05fix more warningsstreetturtle
2020-09-19Add widget timeoutsChris Bruce
2020-08-13[net] remove debug outputstreetturtle
2020-08-03[net] get speed from all interfaces by defaultstreetturtle
2020-07-20[net-speed-widget] init commitstreetturtle