From d12b19422726a067df30dbc44578ca459008b922 Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Mon, 11 Aug 2025 15:35:59 +0200 Subject: [PATCH] Add migration to tweak the tooltip for the Omarchy Menu --- migrations/1754919057.sh | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 migrations/1754919057.sh diff --git a/migrations/1754919057.sh b/migrations/1754919057.sh new file mode 100644 index 00000000..b065bbc9 --- /dev/null +++ b/migrations/1754919057.sh @@ -0,0 +1,5 @@ +echo "Improve tooltip for Omarchy menu icon" + +if grep -q "SUPER + ALT + SPACE" ~/.config/waybar/config.jsonc; then + sed -i 's/SUPER + ALT + SPACE/Omarchy Menu\\n\\nSuper + Alt + Space/' ~/.config/waybar/config.jsonc +fi