updated readme file

This commit is contained in:
mustafa salih 2021-01-13 01:59:55 +03:00
parent 2c18c32e5f
commit ff577f316a
3 changed files with 13 additions and 2 deletions

View File

@ -5,7 +5,7 @@
A multi threaded fast status bar for dwm window manager written in **Rust** 🦀 A multi threaded fast status bar for dwm window manager written in **Rust** 🦀
<p> <p>
<img align="center" src="./screenshots/1.png"/> <img align="center" src="./screenshots/2.png"/>
</p><br/> </p><br/>
## Features ## Features
@ -18,7 +18,8 @@ A multi threaded fast status bar for dwm window manager written in **Rust** 🦀
* Battery Percentage * Battery Percentage
* Cpu Temperature * Cpu Temperature
* Uptime * Uptime
* Mpd Current Song File * Mpd Current Song
* Spotify Current Song
* Easy to configure with `rsblocks.yml` file * Easy to configure with `rsblocks.yml` file
@ -26,6 +27,16 @@ A multi threaded fast status bar for dwm window manager written in **Rust** 🦀
* This tool is still in development stage. * This tool is still in development stage.
* currently supports only linux. * currently supports only linux.
## Build Requirements
* [Libdbus](https://dbus.freedesktop.org/releases/dbus/) 1.6 or higher as a requirement to spotify.
On ubuntu you can do:
```sh
sudo apt install libdbus-1-dev pkg-config
```
## Cargo Installation ## Cargo Installation
You can install the binary crate directly You can install the binary crate directly
```sh ```sh

Binary file not shown.

Before

Width:  |  Height:  |  Size: 8.1 KiB

BIN
screenshots/2.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.1 KiB