omarchy/migrations/1754931002.sh
2025-08-11 18:52:33 +02:00

7 lines
214 B
Bash

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