From bf8bac931155b50fee40ec77192fdccc8e211561 Mon Sep 17 00:00:00 2001 From: Stephen Seo Date: Mon, 12 Dec 2022 13:26:51 +0900 Subject: [PATCH] Version 0.1.8 --- Cargo.lock | 2 +- Cargo.toml | 2 +- Changelog.md | 2 ++ README.md | 19 ++++++++++--------- 4 files changed, 14 insertions(+), 11 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 671f1bf..7b67b87 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -141,7 +141,7 @@ dependencies = [ [[package]] name = "swaybar_info" -version = "0.1.7" +version = "0.1.8" dependencies = [ "chrono", "regex", diff --git a/Cargo.toml b/Cargo.toml index 8c20ed2..912b6a4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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" diff --git a/Changelog.md b/Changelog.md index 036344a..9b4bdbf 100644 --- a/Changelog.md +++ b/Changelog.md @@ -2,6 +2,8 @@ ## Upcoming Changes +## 0.1.8 + Impl. showing the maximum value in a dynamic netgraph. ## 0.1.7 diff --git a/README.md b/README.md index 023dd1f..f68939f 100644 --- a/README.md +++ b/README.md @@ -17,15 +17,16 @@ tiling Wayland compositor](https://swaywm.org). ## Help Text Usage: - -h | --help Prints help - --netdev= Check network traffic on specified device - --netdev_width= Sets the min-width of the netdev output (default 10) - --netgraph_max_bytes= Enable "graph" output when polling network traffic - (Set to "dynamic" instead of a byte count for dynamic sizing) - --interval-sec= Output at intervals of (default 5) - --acpi-builtin Use "acpi -b" built-in fetching (battery info, with color) - --regex-cmd=[SPLIT][SPLIT] Use an output of a command as a metric - --time-format= Set the format string for the date + -h | --help Prints help + --netdev= Check network traffic on specified device + --netdev_width= Sets the min-width of the netdev output (default 11) + --netgraph_max_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= Output at intervals of (default 5) + --acpi-builtin Use "acpi -b" built-in fetching (battery info, with color) + --regex-cmd=[SPLIT][SPLIT] Use an output of a command as a metric + --time-format= Set the format string for the date ## Usage