Add migration to tweak the tooltip for the Omarchy Menu

This commit is contained in:
David Heinemeier Hansson 2025-08-11 15:35:59 +02:00
parent ddf9498f0a
commit d12b194227

5
migrations/1754919057.sh Normal file
View File

@ -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