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