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

Clone this repository

https://tangled.org/oyster.cafe/openbsd-vol-slider https://tangled.org/did:plc:3fwecdnvtcscjnrx2p4n7alz/openbsd-vol-slider
git@tangled.org:oyster.cafe/openbsd-vol-slider git@tangled.org:did:plc:3fwecdnvtcscjnrx2p4n7alz/openbsd-vol-slider

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

Download tar.gz
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