diff options
author | mustafa salih <mustafasalih1991@gmail.com> | 2021-01-13 01:59:55 +0300 |
---|---|---|
committer | mustafa salih <mustafasalih1991@gmail.com> | 2021-01-13 01:59:55 +0300 |
commit | ff577f316a8e1bb20dbcb1b655e56d9f91466cc1 (patch) | |
tree | d3b8baa6d2560e1d148fb4a2b6caeca688cdc509 | |
parent | 2c18c32e5fdda712514f8e495f828ffe5fa48ee7 (diff) |
updated readme file
-rw-r--r-- | README.md | 15 | ||||
-rw-r--r-- | screenshots/1.png | bin | 8259 -> 0 bytes | |||
-rw-r--r-- | screenshots/2.png | bin | 0 -> 8322 bytes |
3 files changed, 13 insertions, 2 deletions
@@ -5,7 +5,7 @@ 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 @@ -18,7 +18,8 @@ A multi threaded fast status bar for dwm window manager written in **Rust** 🦀 * Battery Percentage * Cpu Temperature * Uptime -* Mpd Current Song File +* Mpd Current Song +* Spotify Current Song * 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. * 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 You can install the binary crate directly ```sh diff --git a/screenshots/1.png b/screenshots/1.png Binary files differdeleted file mode 100644 index 2715a31..0000000 --- a/screenshots/1.png +++ /dev/null diff --git a/screenshots/2.png b/screenshots/2.png Binary files differnew file mode 100644 index 0000000..d821876 --- /dev/null +++ b/screenshots/2.png |