Version 0.1.8
This commit is contained in:
parent
b35626c9fb
commit
bf8bac9311
4 changed files with 14 additions and 11 deletions
2
Cargo.lock
generated
2
Cargo.lock
generated
|
@ -141,7 +141,7 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "swaybar_info"
|
||||
version = "0.1.7"
|
||||
version = "0.1.8"
|
||||
dependencies = [
|
||||
"chrono",
|
||||
"regex",
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -2,6 +2,8 @@
|
|||
|
||||
## Upcoming Changes
|
||||
|
||||
## 0.1.8
|
||||
|
||||
Impl. showing the maximum value in a dynamic netgraph.
|
||||
|
||||
## 0.1.7
|
||||
|
|
|
@ -19,9 +19,10 @@ tiling Wayland compositor](https://swaywm.org).
|
|||
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)
|
||||
--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
|
||||
|
|
Loading…
Reference in a new issue