From c1798ee7b019a6a580a9eab77f3047589f4a9595 Mon Sep 17 00:00:00 2001 From: Stephen Seo Date: Thu, 11 Aug 2022 12:04:24 +0900 Subject: [PATCH] Fix README.md, bump version to 0.1.2 --- Cargo.lock | 2 +- Cargo.toml | 2 +- README.md | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index ab5729d..e562378 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -141,7 +141,7 @@ dependencies = [ [[package]] name = "swaybar_info" -version = "0.1.1" +version = "0.1.2" dependencies = [ "chrono", "regex", diff --git a/Cargo.toml b/Cargo.toml index 5623fe0..6bd56a1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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" diff --git a/README.md b/README.md index a6455ad..2172b83 100644 --- a/README.md +++ b/README.md @@ -16,12 +16,12 @@ tiling Wayland compositor](https://swaywm.org). ## Help Text Usage: - -h | --help Prints help + -h | --help Prints help --netdev= Check network traffic on specified device --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 - --date-format= Set the format string for the date + --time-format= Set the format string for the date ## Usage