diff --git a/README.md b/README.md index 2b5350e..212ed3f 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ A multi threaded fast status bar for dwm window manager written in **Rust** 🦀

- +


## 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 deleted file mode 100644 index 2715a31..0000000 Binary files a/screenshots/1.png and /dev/null differ diff --git a/screenshots/2.png b/screenshots/2.png new file mode 100644 index 0000000..d821876 Binary files /dev/null and b/screenshots/2.png differ