From 2983e0078624dd1f6e843a66a1a78affcca37389 Mon Sep 17 00:00:00 2001 From: mustafa salih Date: Sat, 9 Jan 2021 04:10:19 +0300 Subject: Added cpu temperature and battery --- README.md | 20 +++++++++++++++----- 1 file changed, 15 insertions(+), 5 deletions(-) (limited to 'README.md') 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** 🦀 +[github](https://github.com/MustafaSalih1993/rsblocks) +[crates](https://crates.io/crates/rsblocks) + + +A multi threaded fast status bar for dwm window manager written in **Rust** 🦀

- +


## 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) -- cgit v1.2.3