diff --git a/config/waybar/config.jsonc b/config/waybar/config.jsonc index 62e0a291..ddbbfeeb 100644 --- a/config/waybar/config.jsonc +++ b/config/waybar/config.jsonc @@ -50,7 +50,7 @@ "tooltip-format": "Omarchy Menu\n\nSuper + Alt + Space" }, "custom/update": { - "format": " ", + "format": "", "exec": "omarchy-update-available", "on-click": "alacritty --class Omarchy --title Omarchy -e omarchy-update", "tooltip-format": "Omarchy update available", diff --git a/migrations/1754931002.sh b/migrations/1754931002.sh deleted file mode 100644 index 0db3fd34..00000000 --- a/migrations/1754931002.sh +++ /dev/null @@ -1,6 +0,0 @@ -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