Skip to content
/ waylrc Public

A Waybar module to display currently playing song lyrics

License

0BSD and 2 other licenses found

Licenses found

0BSD
LICENSE.BSD0
CC0-1.0
LICENSE.CC0
WTFPL
LICENSE.WTFPL2
Notifications You must be signed in to change notification settings

hafeoz/waylrc

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.

About

A Waybar module to display currently playing song lyrics

Topics

Resources

License

0BSD and 2 other licenses found

Licenses found

0BSD
LICENSE.BSD0
CC0-1.0
LICENSE.CC0
WTFPL
LICENSE.WTFPL2

Stars

Watchers

Forks

Languages