Skip to content

hafeoz/waylrc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Waylrc

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

Installation

Build from source

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/

Binary release

An easier way to install is to download the binary release from release page. At the moment only x86_64 linux binary is provided.

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

Dual licensed CC0 OR WTFPL. You may choose either of them at your will.

About

A Waybar module to display currently playing song lyrics

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages