From 6a5b64b4bc73a0f3ce84114430e914ff92ea8dd6 Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Sun, 1 Feb 2026 17:47:57 +0100 Subject: [PATCH] Add the new wiremix icon if there isn't already a wiremix config --- migrations/1769964367.sh | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 migrations/1769964367.sh diff --git a/migrations/1769964367.sh b/migrations/1769964367.sh new file mode 100644 index 00000000..487f4d32 --- /dev/null +++ b/migrations/1769964367.sh @@ -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