]> git.seodisparate.com - swaybar_info/commitdiff
Version 0.1.8 0.1.8
authorStephen Seo <seo.disparate@gmail.com>
Mon, 12 Dec 2022 04:26:51 +0000 (13:26 +0900)
committerStephen Seo <seo.disparate@gmail.com>
Mon, 12 Dec 2022 04:26:51 +0000 (13:26 +0900)
Cargo.lock
Cargo.toml
Changelog.md
README.md

index 671f1bfcc415ba6105287c580ecb1489df6dd838..7b67b87a8df0cf9682aba29605b61f6f488b9a7a 100644 (file)
@@ -141,7 +141,7 @@ dependencies = [
 
 [[package]]
 name = "swaybar_info"
-version = "0.1.7"
+version = "0.1.8"
 dependencies = [
  "chrono",
  "regex",
index 8c20ed22321a4466f718e0b468aeb2c5b39f8212..912b6a47648fb694a7838b4e7297704cab8220ea 100644 (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"
index 036344ac833ad6545d5cae63bdc9873b46196317..9b4bdbf2e9ddd4d3884c9ff1391dbc0e62ed3042 100644 (file)
@@ -2,6 +2,8 @@
 
 ## Upcoming Changes
 
+## 0.1.8
+
 Impl. showing the maximum value in a dynamic netgraph.
 
 ## 0.1.7
index 023dd1f4e0b4787ba4e5cfe5d88401d6688e29cf..f68939fef1a1ca02f0db017fb3aa966c8d6b1422 100644 (file)
--- a/README.md
+++ b/README.md
@@ -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