A waybar module to display currently playing song lyric using MPRIS protocol.
You need to have nightly version of rust installed.
git clone https://github.com/hafeoz/waylrc.git
cd waylrc
cargo build --release
cp target/release/waylrc ~/.local/bin/
An easier way to install is to download the binary release from release page. At the moment only x86_64 linux binary is provided.
Add the following to your waybar config file:
"modules-right": ["custom/waylrc"],
"custom/waylrc": {
"exec": "~/.local/bin/waylrc",
"return-type": "json",
"escape": true
}
Dual licensed CC0 OR WTFPL. You may choose either of them at your will.