aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2025-10-21Remove PKGBUILDHEADmainLibravatar Stepanov Aleksey
2025-10-21Update install.shLibravatar Stepanov Aleksey
2025-10-21Update install.shLibravatar Stepanov Aleksey
2025-10-21Update PKGBUILDLibravatar Stepanov Aleksey
2025-10-21Update install.shLibravatar Stepanov Aleksey
2025-10-21Update PKGBUILDLibravatar Stepanov Aleksey
2025-10-20Add LICENSELibravatar Stepanov Aleksey
2025-10-20Squash merge set-max-volume into masterLibravatar Stepanov Aleksey
2025-10-19Allow a user to configure limit maximum volume output.Libravatar Stepanov Aleksey
To do this, you need to set the `SWOB_MAX_VOLUME` variable as a percentage, for example, `SWOB_MAX_VOLUME=120`.
2025-01-25`Fix' race on $wobfifo.Libravatar remph
Also: * Normalise copyright dates, remove redundant licence permission * `Optimise' sed script Scare quotes abound.
2025-01-25Allow a user to configure audio type to skip detectionLibravatar remph
This should make swob a bit faster for eg. ALSA users (without pipewire nor pulse), at the cost of it checking config directories all the time rather than only when it starts wob. Really the check should be moved to the daemon side, the daemon should be a shellscript which calls set_vol and feeds it to wob, and the controller should just echo "$*" >$wobfifo. That's an idea
2025-01-25Merge branch 'master' into other-audio-typesLibravatar remph
2024-12-21Support installation under /usr/localLibravatar remph
Use `PREFIX=/usr/local ETCDIR=$PREFIX/etc ./install.sh'
2024-12-21Update homepage URLLibravatar remph
2024-11-15Merge branch 'master' into other-audio-typesLibravatar remph
2024-11-15Shell vagaries and chatter reduction:Libravatar remph
* Reduce talk from dash about set -m that's cluttering up my logs: not sure that it was ever necessary anyway. * Don't run swob in an unnecessary subshell. * Gag wob's own verbose babble, which I forgot about from debugging. * Prevent `set -u' from biting me about $!
2024-11-03Minor changes:Libravatar remph
* Allow changing volume/brightness while locked in Sway * Ensure separate wob instance for each WAYLAND_DISPLAY * Update copyright, mostly for other branches based on this
2024-11-02For each audio backend (pipewire, pulse), require existence of relevantLibravatar remph
tool (wpctl, pactl)
2024-10-27Support pulseaudio with pactl as wellLibravatar remph
2024-10-27Use wpctl if relevantLibravatar remph
Also update copyright and terms
2024-10-26Fix on dash; some docs/comments clarificationsLibravatar remph
2024-10-10Init a swob/wob.ini if not present, instead of using a temp file. Also,Libravatar remph
dwl config.h
2024-09-25Separate wob.ini(5); add PKGBUILDLibravatar remph
2024-09-09init commitLibravatar remph