13 lines
230 B
Bash
Executable file
13 lines
230 B
Bash
Executable file
#!/usr/bin/env bash
|
|
# docstring=simple mixer gui app, for the desktop
|
|
set -E -o pipefail
|
|
shopt -s failglob
|
|
export LC_ALL=C.UTF8
|
|
|
|
mixxc \
|
|
--anchor right \
|
|
--margin 22 \
|
|
--anchor bottom \
|
|
--margin 22 \
|
|
--icon \
|
|
--master
|