Migration to update update-available icon in the waybar

This commit is contained in:
David Heinemeier Hansson 2025-08-04 12:19:17 +02:00
parent 93980e6138
commit 5e092c92ce

4
migrations/1754302123.sh Normal file
View File

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