2022-08-11 02:55:53 +00:00
|
|
|
# Changelog
|
|
|
|
|
|
|
|
## Upcoming Changes
|
|
|
|
|
2022-08-23 08:08:14 +00:00
|
|
|
## 0.1.4
|
|
|
|
|
|
|
|
Implemented advanced usage of `--regex-cmd=...` such that output text and output
|
|
|
|
text color can be specified with regex captures. The first capture is the output
|
|
|
|
text and the second capture is its color.
|
|
|
|
|
2022-08-16 06:34:18 +00:00
|
|
|
## 0.1.3
|
|
|
|
|
|
|
|
Fix failing to fetch netdev info when /proc/net/dev device starts with whitespace.
|
|
|
|
|
2022-08-11 03:05:24 +00:00
|
|
|
## 0.1.2
|
|
|
|
|
|
|
|
Fix README.md (erroneously used `--date-format` instead of `--time-format`).
|
|
|
|
|
2022-08-11 02:55:53 +00:00
|
|
|
## 0.1.1
|
|
|
|
|
|
|
|
Implement setting the time format string with the `--time-format=<time format string>` arg.
|
|
|
|
|
|
|
|
## 0.1.0
|
|
|
|
|
|
|
|
Implementation of info output for use by swaybar.
|
|
|
|
|
|
|
|
By default, displays the date, load-avg, and memory usage.
|
|
|
|
|
|
|
|
Network stats can be shown with the `--netdev=<device>` arg.
|
|
|
|
|
|
|
|
Arbitrary output from a command can be shown with the `--regex-cmd=<cmd>[SPLIT]<args...>[SPLIT]<regex>` arg.
|
|
|
|
|
|
|
|
The update interval in seconds can be set with the `--interval-sec=<seconds>` arg.
|
|
|
|
|
|
|
|
Battery stats display can be enabled with the `--acpi-builtin` arg.
|