Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-11-19 | Improve/fix logic for using bit or byte in net-speedHEADmaster | zachir | |
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-19 | Fix net-speed icon order | zachir | |
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-05 | Change how net-speed widget looks | zachir | |
2023-11-05 | Use beautiful.font or args.font for widgets | zachir | |
2023-03-18 | Make net-speed take less space (emojis not icons) | zachir | |
2023-03-17 | Revert "make net widget use bytes, not bits" | zachir | |
This reverts commit d1c047c78a647d0703785303c1ded6fb24ae0127. | |||
2023-03-15 | make net widget use bytes, not bits | zachir | |
2023-02-28 | add setting to use font2 or smaller font | zachir | |
2023-02-10 | add font option to net-speed | zachir | |
2021-06-06 | net-speed-widget: fix race condition when using multiple monitors/widgets | Nuno Silva | |
2021-06-06 | net-speed-widget: fix speed calculation | Nuno Silva | |
need to divide by time | |||
2021-06-03 | fix lua check build | streetturtle | |
2021-05-22 | Make net-speed width configurable with args | polygon | |
2021-04-13 | Update README.md | Arjuna Del Toso | |
2021-04-13 | Update README.md | Arjuna Del Toso | |
2021-04-13 | Update README.md | Arjuna Del Toso | |
Net-Speed-Widget readme | |||
2020-12-05 | fix more warnings | streetturtle | |
2020-09-19 | Add widget timeouts | Chris Bruce | |
2020-08-13 | [net] remove debug output | streetturtle | |
2020-08-03 | [net] get speed from all interfaces by default | streetturtle | |
2020-07-20 | [net-speed-widget] init commit | streetturtle | |