aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md20
1 files changed, 15 insertions, 5 deletions
diff --git a/README.md b/README.md
index 4077e8c..217937d 100644
--- a/README.md
+++ b/README.md
@@ -1,15 +1,22 @@
# 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)
+
+
+A multi threaded fast status bar for dwm window manager written in **Rust** 🦀
<p>
-<img align="center" src="./screenshots/1.png"/>
+<img align="center" src="./screenshots/2.png"/>
</p><br/>
## 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
+* Battery Percentage
+* Cpu Temperature
* Easy to configure with `rsblocks.yml` file
@@ -58,5 +65,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)