initial commit
This commit is contained in:
commit
b39b82463b
13 changed files with 214 additions and 0 deletions
11
audio_mixer
Executable file
11
audio_mixer
Executable file
|
@ -0,0 +1,11 @@
|
|||
#/usr/bin/env bash
|
||||
# docstring=simple mixer gui app, for the desktop
|
||||
set -E -o pipefail
|
||||
|
||||
mixxc \
|
||||
--anchor right \
|
||||
--margin 22 \
|
||||
--anchor bottom \
|
||||
--margin 22 \
|
||||
--icon \
|
||||
--master
|
Loading…
Add table
Add a link
Reference in a new issue