mirror of
https://github.com/basecamp/omarchy.git
synced 2026-02-17 15:25:37 +00:00
Fixed this in CSS instead
This commit is contained in:
@@ -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",
|
||||
|
||||
@@ -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
|
||||
Reference in New Issue
Block a user