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