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]] [[package]]
name = "swaybar_info" name = "swaybar_info"
version = "0.1.7" version = "0.1.8"
dependencies = [ dependencies = [
"chrono", "chrono",
"regex", "regex",

View file

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

View file

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

View file

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