Fixed this in CSS instead

This commit is contained in:
David Heinemeier Hansson 2025-08-11 20:51:23 +02:00
parent a46f652487
commit add56181d7
2 changed files with 1 additions and 7 deletions

View File

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

View File

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