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]]
name = "swaybar_info"
version = "0.1.1"
version = "0.1.2"
dependencies = [
"chrono",
"regex",

View File

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

View File

@ -16,12 +16,12 @@ tiling Wayland compositor](https://swaywm.org).
## Help Text
Usage:
-h | --help Prints help
-h | --help Prints help
--netdev=<device_name> Check network traffic on specified device
--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
--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