GUI volume slider using mixerctl
C 99.9%
Other 0.1%
3 1 0

Clone this repository

https://tangled.org/lewis.moe/openbsd-vol-slider
git@tangled.org:lewis.moe/openbsd-vol-slider

For self-hosted knots, clone URLs may differ based on your setup.

README.md

openbsd-volume-slider#

A GUI volume slider using mixerctl and raylib.

gcc -o vol-slider main.c $(pkg-config --cflags raylib --libs raylib)

or

gcc -o vol-slider main.c -lraylib -Lmodules/x86_64

For whatever reason, if you want to run this OpenBSD volume slider on a Mac, there's this:

gcc -o vol-slider main.c -lraylib -Lmodules/darwin_arm64