mirror of
https://github.com/basecamp/omarchy.git
synced 2026-02-17 15:25:37 +00: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
|