Skip to content

Latest commit

 

History

History
38 lines (25 loc) · 1.07 KB

README.md

File metadata and controls

38 lines (25 loc) · 1.07 KB

Waylrc

A waybar module to display currently playing song lyric using MPRIS protocol.

Example bar

Installation

Build from source

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/

Binary release

Prebuilt binaries produced by GitHub workflow can be found in release page.

Usage

Add the following to your waybar config file:

    "modules-right": ["custom/waylrc"],
    "custom/waylrc": {
        "exec": "~/.local/bin/waylrc",
        "return-type": "json",
        "escape": true
    }

License

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.