From 25ed6460e0152a25f2c08f1ad4ffbcf8acb7736e Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Sun, 3 Aug 2025 15:44:39 +0200 Subject: [PATCH] Forgot to add waybar refresh for auto-update icon to existing installations --- migrations/1754228071.sh | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 migrations/1754228071.sh 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