aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorMustafa Salih <37256744+MustafaSalih1993@users.noreply.github.com>2021-01-04 02:45:14 +0300
committerGitHub <noreply@github.com>2021-01-04 02:45:14 +0300
commitdf3c059da41e16ca1813747aa67c6ed48389c88a (patch)
tree26a43937264dd0a0caa5f1d9ea60571e7b0cb0c8 /README.md
parentff8ccbd2ca6bcb7e3e4055651c8354e2e18d6cfa (diff)
parent90f6944da4cff411fa28755339b242775fbb4d7d (diff)
Merge pull request #13 from MustafaSalih1993/dev
Dev
Diffstat (limited to 'README.md')
-rw-r--r--README.md16
1 files changed, 12 insertions, 4 deletions
diff --git a/README.md b/README.md
index 4077e8c..3b33e2f 100644
--- a/README.md
+++ b/README.md
@@ -1,5 +1,9 @@
# rsblocks
-A minimal multi threaded fast status bar for dwm window manager written in **Rust** 🦀
+[<img alt="github" src="https://img.shields.io/static/v1?label=github&message=rsblocks&color=acb0d0&logo=Github&style=flat-square&logoColor=a9b1d6" height="20">](https://github.com/MustafaSalih1993/rsblocks)
+[<img alt="crates" src="https://img.shields.io/crates/v/rsblocks?logo=rust&logoColor=a9b1d6&style=flat-square&color=fc8d62" height="20">](https://crates.io/crates/rsblocks)
+[<img alt="build" src="https://img.shields.io/github/workflow/status/mustafasalih1993/rsblocks/Rust?color=b9f27c&logoColor=a9b1d6&style=flat-square" height="20">](https://github.com/MustafaSalih1993/rsblocks/actions?query=workflow%3ARust)
+
+A multi threaded fast status bar for dwm window manager written in **Rust** 🦀
<p>
<img align="center" src="./screenshots/1.png"/>
</p><br/>
@@ -7,9 +11,10 @@ A minimal multi threaded fast status bar for dwm window manager written in **Rus
## Features
* Multi Threads
* Time/Date
-* Used Memory
-* Used Disk space
-* Sound volume _reads from `alsa-utils` for now_
+* Memory Usage
+* Disk Usage
+* Weather Temperature
+* Sound volume _reads from `alsa-utils`_
* Easy to configure with `rsblocks.yml` file
@@ -58,5 +63,8 @@ cp ./rsblocks.yml ~/.config/rsblocks/rsblocks.yml
## Contributions
All Contributions are welcome.
+## Credits
+* [wttr.in](https://github.com/chubin/wttr.in) for using their weather API
+
## License
[MIT](./LICENSE)