Version 0.1.8

This commit is contained in:
Stephen Seo 2022-12-12 13:26:51 +09:00
parent b35626c9fb
commit bf8bac9311
4 changed files with 14 additions and 11 deletions

2
Cargo.lock generated
View File

@ -141,7 +141,7 @@ dependencies = [
[[package]]
name = "swaybar_info"
version = "0.1.7"
version = "0.1.8"
dependencies = [
"chrono",
"regex",

View File

@ -1,6 +1,6 @@
[package]
name = "swaybar_info"
version = "0.1.7"
version = "0.1.8"
edition = "2021"
description = "Provides swaybar with info to be displayed"
license = "MIT"

View File

@ -2,6 +2,8 @@
## Upcoming Changes
## 0.1.8
Impl. showing the maximum value in a dynamic netgraph.
## 0.1.7

View File

@ -17,15 +17,16 @@ tiling Wayland compositor](https://swaywm.org).
## Help Text
Usage:
-h | --help Prints help
--netdev=<device_name> Check network traffic on specified device
--netdev_width=<width> Sets the min-width of the netdev output (default 10)
--netgraph_max_bytes=<bytes> Enable "graph" output when polling network traffic
(Set to "dynamic" instead of a byte count for dynamic sizing)
--interval-sec=<seconds> Output at intervals of <seconds> (default 5)
--acpi-builtin Use "acpi -b" built-in fetching (battery info, with color)
--regex-cmd=<cmd>[SPLIT]<args...>[SPLIT]<regex> Use an output of a command as a metric
--time-format=<date format string> Set the format string for the date
-h | --help Prints help
--netdev=<device_name> Check network traffic on specified device
--netdev_width=<width> Sets the min-width of the netdev output (default 11)
--netgraph_max_bytes=<bytes> Enable "graph" output when polling network traffic
(Set to "dynamic" instead of a byte count for dynamic sizing)
--netgraph_dyn_display Enable showing the current maximum value in the graph
--interval-sec=<seconds> Output at intervals of <seconds> (default 5)
--acpi-builtin Use "acpi -b" built-in fetching (battery info, with color)
--regex-cmd=<cmd>[SPLIT]<args...>[SPLIT]<regex> Use an output of a command as a metric
--time-format=<date format string> Set the format string for the date
## Usage