From 539eb240be1a5a517a6cc55a70a98a025e844182 Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Mon, 11 Aug 2025 18:52:33 +0200 Subject: [PATCH] Migration to fit entire icon for update-available in waybar --- migrations/1754931002.sh | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 migrations/1754931002.sh diff --git a/migrations/1754931002.sh b/migrations/1754931002.sh new file mode 100644 index 00000000..0db3fd34 --- /dev/null +++ b/migrations/1754931002.sh @@ -0,0 +1,6 @@ +echo "Give space for the entire update-available icon to fit in the waybar" + +if grep '""' ~/.config/waybar/config.jsonc; then + sed -i 's/""/" "/' ~/.config/waybar/config.jsonc + omarchy-restart-waybar +fi