Update README

main
Tassilo Horn 3 years ago
parent f95cb58060
commit 8545c24502
  1. 6
      Cargo.lock
  2. 5
      README.md
  3. 1
      swayr/Cargo.toml

6
Cargo.lock generated

@ -422,9 +422,9 @@ dependencies = [
[[package]]
name = "quote"
version = "1.0.17"
version = "1.0.18"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "632d02bff7f874a36f33ea8bb416cd484b90cc66c1194b1a1110d067a7013f58"
checksum = "a1feb54ed693b93a84e14094943b84b7c4eae204c512b7ccb95ab0c66d278ad1"
dependencies = [
"proc-macro2",
]
@ -632,7 +632,7 @@ dependencies = [
[[package]]
name = "swayrbar"
version = "0.0.1"
version = "0.0.2"
dependencies = [
"battery",
"chrono",

@ -15,6 +15,7 @@
* [Configuration](#swayr-configuration)
* [Version changes](#swayr-version-changes)
* [Swayrbar](#swayrbar)
* [Screenshots](#swayrbar-screenshots)
* [Installation](#swayrbar-installation)
* [Configuration](#swayrbar-configuration)
* [Questions and patches](#questions-and-patches)
@ -511,9 +512,9 @@ I guess there will be more modules in the future as time permits. I personally
would enjoy a `volume` module. [Patches](#questions-and-patches) are certainly
very welcome!
### <a id="swayrbar-screenshot">Screenshot</a>
### <a id="swayrbar-screenshots">Screenshots</a>
![A screenshot of swaybar runnung with swayrbar](misc/swayrbar.png "swaybar
![A screenshot of swaybar running with swayrbar](misc/swayrbar.png "swaybar
with swayrbar")
### <a id="swayrbar-installation">Installation</a>

@ -7,7 +7,6 @@ repository = "https://git.sr.ht/~tsdh/swayr"
authors = ["Tassilo Horn <tsdh@gnu.org>"]
license = "GPL-3.0+"
edition = "2021"
exclude = ["misc/"]
[dependencies]
clap = {version = "3.0.0", features = ["derive"] }

Loading…
Cancel
Save