Forgot to add waybar refresh for auto-update icon to existing installations

This commit is contained in:
David Heinemeier Hansson
2025-08-03 15:44:39 +02:00
parent d3fff87864
commit 25ed6460e0

5
migrations/1754228071.sh Normal file
View File

@ -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