mirror of
https://github.com/LukeHagar/omarchy.git
synced 2025-12-06 04:20:23 +00:00
6 lines
252 B
Bash
6 lines
252 B
Bash
echo "Make it possible to remove update-available icon with signal in Waybar"
|
|
|
|
if ! grep -q '"signal": 7' ~/.config/waybar/config.jsonc; then
|
|
sed -i '/"tooltip-format": "Omarchy update available",/a\ "signal": 7,' ~/.config/waybar/config.jsonc
|
|
fi
|