diff --git a/migrations/1754228071.sh b/migrations/1754228071.sh new file mode 100644 index 0000000..e7b69b1 --- /dev/null +++ b/migrations/1754228071.sh @@ -0,0 +1,5 @@ +echo "Add auto-update icon to waybar when update available" + +if ! grep -q "custom/update" ~/.config/waybar/config.jsonc; then + omarchy-refresh-waybar +fi