Commit graph

21 commits

Author SHA1 Message Date
Stephen Seo c659f056da Actually set version 0.1.15 2023-12-06 18:15:48 +09:00
Stephen Seo 08976fc7ab Update dependencies, version 0.1.15 2023-12-06 18:10:40 +09:00
Stephen Seo eb0ac2df5d Bump version in Cargo.toml 2023-07-13 15:27:10 +09:00
Stephen Seo aae3344e03 Bump dependency "regex" to 1.9 2023-07-13 15:19:11 +09:00
Stephen Seo e8ff22d88c Version 0.1.13 2023-06-05 15:48:10 +09:00
Stephen Seo 7db4b850b4 Version 0.1.12, refactorings 2023-05-21 15:08:19 +09:00
Stephen Seo c12dafab07 Version 0.1.11, cleanup colorizing net graph 2023-05-21 14:53:04 +09:00
Stephen Seo 5b2c495982 Version 0.1.10, fix clippy warnings 2023-05-21 14:30:38 +09:00
Stephen Seo 88a0ab12a3 Version 0.1.9 2022-12-13 20:05:35 +09:00
Stephen Seo bf8bac9311 Version 0.1.8 2022-12-12 13:26:51 +09:00
Stephen Seo 276ae6b94a Version 0.1.7 2022-12-11 22:08:08 +09:00
Stephen Seo 7c38f9cf32 Version 0.1.6 2022-10-21 11:59:09 +09:00
Stephen Seo 7bba60e323 Impl 0.1.5 of swaybar_info
Implemented `--netdev_width=<width>` which sets the minimum width of the netdev
byte/KiB/MiB text displays.

Implemented `--netgraph_max_bytes=<bytes>` which displays a graph in text using
Unicode "Block Elements" symbols. The `<bytes>` argument determines the maximum
amount of bytes that will determine which block-character is printed on the
interval. The graph is always 10 characters wide, and the right side is the
most-recent side. Note that this always checks against the maximum of either
download or upload rates. For example, if `<bytes>` is set to 1024, and 128
bytes were downloaded and 512 bytes were uploaded in an interval, the "Lower
Half Block" Unicode symbol will be emitted (exactly half).

SwaybarObject was changed to use an `Option<String>` instead of an `Option<u16>`
for `min_width`.
2022-10-18 21:04:28 +09:00
Stephen Seo 456d58c6f4 v0.1.4, Impl advanced --regex-cmd usage
Can now use captures with `--regex-cmd` to specify output text and
output text color.
2022-08-23 17:02:35 +09:00
Stephen Seo edf84af576 Bump version to 0.1.3 2022-08-16 15:34:46 +09:00
Stephen Seo c1798ee7b0 Fix README.md, bump version to 0.1.2 2022-08-11 12:04:24 +09:00
Stephen Seo a9b8e67d58 Bump version to 0.1.1, fix warnings 2022-08-11 11:51:12 +09:00
Stephen Seo 5884b267bd Update Cargo.toml with metadata 2022-08-10 14:27:36 +09:00
Stephen Seo 9305a968a8 Impl "--regex-cmd=<cmd>,<args...>,<regex>"
The "--regex-cmd=..." allows executing processes and fetching regex'd strings
from its stdout to use on swaybar.
2022-07-12 17:30:15 +09:00
Stephen Seo 237d95bb52 Impl struct for swaybar objects and output test 2022-07-09 16:25:15 +09:00
Stephen Seo 8261e89750 Init skeleton project 2022-07-09 15:44:04 +09:00