From 5e092c92ce96888c0ee9cc0de53324ba3ab39d5c Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Mon, 4 Aug 2025 12:19:17 +0200 Subject: [PATCH] Migration to update update-available icon in the waybar --- migrations/1754302123.sh | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 migrations/1754302123.sh diff --git a/migrations/1754302123.sh b/migrations/1754302123.sh new file mode 100644 index 00000000..5e7ff598 --- /dev/null +++ b/migrations/1754302123.sh @@ -0,0 +1,4 @@ +echo "Change update-available icon in top bar from  to " +if grep -q '"format": "",' ~/.config/waybar/config.jsonc; then + sed -i 's/"format": ""/"format": ""/' ~/.config/waybar/config.jsonc +fi