Migration to fit entire icon for update-available in waybar

This commit is contained in:
David Heinemeier Hansson 2025-08-11 18:52:33 +02:00
parent d75cac05c8
commit 539eb240be

6
migrations/1754931002.sh Normal file
View File

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