A collection of custom waybar modules.
- Lyrics: Shows the lyrics of currently playing song. (only for Spotify)
- Pipewire: Simple volume controller for pipewire. (can be a shell script)
- Weather: Shows weather :p
If you any cool idea of module, please create an issue I'll try my best to implement it.
Prerequisite: go
git clone https://github.com/Nadim147c/WayTune
cd WayTune
echo "Compiling..."
make
make install
# To install in specific prefix
make install PREFIX=/usr
To find all the modules use waytune --help
. Here how to setup lyrics modules.
$ waytune lyrics --init
Put the following object in your waybar config.
"custom/lyrics": {
... module example config
},
You can put this on your waybar config.jsonc
By default, WayTune logs to stderr
. You can export WAYTUNE_LOG_FILE
to save log into a specific file.