Mixxc

Crates.io License: MIT

Mixxc is a minimalistic and customizable volume mixer, created to seamlessly complement desktop widgets.   Currently, it supports only pulseaudio and pipewire (through the pulseaudio interface) by utilizing libpulseaudio to receive audio events.

Preview

Usage

``` Usage: mixxc [-w ] [-h ] [-s ] [-a

Minimalistic volume mixer.

Options: -w, --width window height -h, --height window width -s, --spacing spacing between clients -a, --anchor screen anchor point: (t)op, (b)ottom, (l)eft, (r)ight -m, --margin margin distance for each anchor point -v, --version print version --help display usage information ```

Customization

Mixxc is built with GTK4 and uses CSS to define its appearance.
You will find the style sheet in your config directory after the first launch. ${XDG_CONFIG_HOME:-$HOME/.config}/mixxc/mixxc.css

Environment

Mixxc is developed and tested with: * Wayland * Hyprland * PipeWire

If your setup is different and you experience issues, feel free to file a bug report.

Startup Time

If startup seems a bit slow, try this: GSK_RENDERER=cairo GTK_USE_PORTAL=0 mixxc

Dependencies

Installation

Can be installed from crates.io with cargo:

sh cargo install mixxc

Building

To build this little thing, you'll need some Rust.

sh git clone --depth 1 https://github.com/Elvyria/mixxc cd mixxc cargo build --release