mirror of
https://github.com/LukeHagar/omarchy.git
synced 2025-12-06 04:20:23 +00:00
Add migration to tweak the tooltip for the Omarchy Menu
This commit is contained in:
5
migrations/1754919057.sh
Normal file
5
migrations/1754919057.sh
Normal 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
|
||||
Reference in New Issue
Block a user