diff options
author | mustafa salih <mustafasalih1991@gmail.com> | 2021-01-13 01:44:02 +0300 |
---|---|---|
committer | mustafa salih <mustafasalih1991@gmail.com> | 2021-01-13 01:44:02 +0300 |
commit | 2c18c32e5fdda712514f8e495f828ffe5fa48ee7 (patch) | |
tree | d0346083423bdb8b2927566b24f6d998019e84a2 /README.md | |
parent | e2ada3238359e0a551db4b34cbe915664c1d2608 (diff) |
rsblocks now support spotify using dbus
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 11 |
1 files changed, 0 insertions, 11 deletions
@@ -19,7 +19,6 @@ 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 @@ -27,16 +26,6 @@ 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 |