omarchy/migrations/1754228071.sh
2025-08-10 20:30:39 +02:00

6 lines
154 B
Bash

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