Commit graph

32 commits

Author SHA1 Message Date
2652bd6785 Update README.md about regex syntax link 2023-07-13 15:49:08 +09:00
31458ca38d Update README.md 2022-12-13 20:11:43 +09:00
d5d9ec98dd Update README.md, Changelog.md 2022-12-13 20:05:09 +09:00
6bc6c1b38f
Update README.md 2022-12-12 13:33:52 +09:00
ea718ea833
Update README.md 2022-12-12 13:33:05 +09:00
bf8bac9311 Version 0.1.8 2022-12-12 13:26:51 +09:00
d34e597360 Update help text and README.md 2022-12-11 21:55:27 +09:00
fe75e8886a Update README.md about the netgraph feature 2022-10-19 17:20:57 +09:00
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
be77c5d70a Update README.md 2022-08-25 16:22:19 +09:00
837db0da2e
Update README.md 2022-08-25 15:35:19 +09:00
c77a8e719b Update README.md 2022-08-23 17:24:32 +09:00
490e85fd7a Update README.md with better regex example 2022-08-23 17:22:27 +09:00
5032b24fc9
Update README.md 2022-08-23 17:11:01 +09:00
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
c1798ee7b0 Fix README.md, bump version to 0.1.2 2022-08-11 12:04:24 +09:00
5e4b9bc068 Update README.md 2022-08-11 11:59:59 +09:00
2f5d21751c Update README.md 2022-08-11 11:49:54 +09:00
a1956b852a Impl way to set the time format 2022-08-11 11:47:49 +09:00
f2a0c3dcd9 Update README.md 2022-08-10 14:41:17 +09:00
f5a48e7172 Update README.md 2022-08-10 14:36:56 +09:00
7a69b14a66 Update README.md 2022-08-10 14:35:36 +09:00
175506860e Update README.md with preview image 2022-08-10 14:31:42 +09:00
02c09b0540 Update README.md 2022-08-10 14:25:02 +09:00
ace10eec3f Update README.md 2022-07-29 13:49:50 +09:00
4ba8f2f7f7 Update README.md 2022-07-12 17:55:18 +09:00
3f1b7df7f4 Use a more explicit "terminator" for --regex-cmd 2022-07-12 17:51:44 +09:00
6d18f98779 Update README.md 2022-07-12 17:41:41 +09:00
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
ad1f0cd871 Update README.md 2022-07-10 16:53:34 +09:00
b502241d22 Update README.md 2022-07-09 19:14:53 +09:00
41b9fab6b1 Add README.md 2022-07-09 19:06:51 +09:00