aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md11
1 files changed, 11 insertions, 0 deletions
diff --git a/README.md b/README.md
index 2b5350e..66e532c 100644
--- a/README.md
+++ b/README.md
@@ -19,6 +19,7 @@ A multi threaded fast status bar for dwm window manager written in **Rust** 🦀
* Cpu Temperature
* Uptime
* Mpd Current Song File
+* 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 spotify requirement
+
+On Ubuntu, you can do :
+```sh
+sudo apt install libdbus-1-dev pkg-config
+```
+
+
## Cargo Installation
You can install the binary crate directly
```sh