A waybar module to display currently playing song lyric using MPRIS protocol.
You need to have cargo installed.
git clone https://github.com/hafeoz/waylrc.git && cd waylrc
cargo build --release && cp target/release/waylrc ~/.local/bin/
Prebuilt binaries produced by GitHub workflow can be found in release page.
Add the following to your waybar config file:
"modules-right": ["custom/waylrc"],
"custom/waylrc": {
"exec": "~/.local/bin/waylrc",
"return-type": "json",
"escape": true
}
This software is licensed under BSD Zero Clause OR CC0 v1.0 Universal OR WTFPL Version 2. You may choose any of them at your will.