omarchy/migrations/1754302123.sh
2025-08-04 12:19:17 +02:00

5 lines
208 B
Bash

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