Files
omarchy/migrations/1754228071.sh

6 lines
154 B
Bash
Raw Normal View History

echo "Add auto-update icon to waybar when update available"
if ! grep -q "custom/update" ~/.config/waybar/config.jsonc; then
omarchy-refresh-waybar
fi