Fix README.md, bump version to 0.1.2

This commit is contained in:
Stephen Seo 2022-08-11 12:04:24 +09:00
parent 5e4b9bc068
commit c1798ee7b0
3 changed files with 4 additions and 4 deletions

2
Cargo.lock generated
View file

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

View file

@ -1,6 +1,6 @@
[package] [package]
name = "swaybar_info" name = "swaybar_info"
version = "0.1.1" version = "0.1.2"
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

@ -16,12 +16,12 @@ 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
--interval-sec=<seconds> Output at intervals of <seconds> (default 5) --interval-sec=<seconds> Output at intervals of <seconds> (default 5)
--acpi-builtin Use "acpi -b" built-in fetching (battery info, with color) --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 --regex-cmd=<cmd>[SPLIT]<args...>[SPLIT]<regex> Use an output of a command as a metric
--date-format=<date format string> Set the format string for the date --time-format=<date format string> Set the format string for the date
## Usage ## Usage