Add the new wiremix icon if there isn't already a wiremix config

This commit is contained in:
David Heinemeier Hansson
2026-02-01 17:47:57 +01:00
parent c484b66bcb
commit 6a5b64b4bc

6
migrations/1769964367.sh Normal file
View File

@@ -0,0 +1,6 @@
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