diff options
author | Mustafa Salih <37256744+MustafaSalih1993@users.noreply.github.com> | 2021-09-05 17:22:33 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-09-05 17:22:33 +0300 |
commit | ae533f1fe7675efb8b63f0a176e1fafa23dd94f9 (patch) | |
tree | 7614b39133d62132720e523ab51c6f6e032bde17 /README.md | |
parent | a66c94a1f836b56897a3b5151f93aaa327efc6bd (diff) |
Dev (#63)
* Closes #62 added brightness block
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 20 |
1 files changed, 11 insertions, 9 deletions
@@ -10,20 +10,22 @@ A multi threaded fast status bar for dwm window manager written in **Rust** 🦀 ## Features * Multi Threads -* Time/Date -* Net Usage -* Memory Usage -* Disk Usage -* Weather Temperature -* Sound Volume * Battery Percentage +* Bitcoin Price +* Brightness * Cpu Temperature +* Disk Usage * Load Average -* Public Ip Address -* Bitcoin Price -* Uptime +* Local Ip Address +* Memory Usage * Mpd Current Song +* Net Usage +* Public Ip Address +* Sound Volume * Spotify Current Song +* Time/Date +* Uptime +* Weather Temperature * Easy to configure with `rsblocks.yml` file |