mirror of
https://github.com/arthur-pbty/arthur-os.git
synced 2026-08-01 20:28:16 +02:00
7 lines
210 B
Bash
7 lines
210 B
Bash
echo "Improve audio controls icon for default selection"
|
|
|
|
if [[ ! -f ~/.config/wiremix/wiremix.toml ]]; then
|
|
mkdir -p ~/.config/wiremix
|
|
cp -f $OMARCHY_PATH/config/wiremix/wiremix.toml ~/.config/wiremix/
|
|
fi
|