mirror of
https://github.com/arthur-pbty/arthur-os.git
synced 2026-08-02 04:37:49 +02:00
6 lines
220 B
Bash
6 lines
220 B
Bash
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
|