Installation
Build From Source
Install build dependencies, compile the workspace, and run the daemon.
Install dependencies on Arch Linux:
sudo pacman -S --needed rust gdk-pixbuf2 gtk4 gtk4-layer-shell pipewire cavaOptional desktop notifications use libnotify:
sudo pacman -S --needed libnotifyBuild
git clone https://github.com/naurissteins/Kwybars.git
cd Kwybars
cargo build --workspaceRun
Run the daemon:
cargo run -p kwybars-daemonOr run the overlay directly:
cargo run -p kwybars-overlayUse an explicit config file when testing a custom setup:
cargo run -p kwybars-daemon -- --config ~/.config/kwybars/custom/my_config.tomlOnce the daemon is running, play some audio and the visualizer should appear automatically.
If you want a ready-made look before reading the full configuration reference, start with the preset configs.