Fix waybar update icon spacing (#672)

* Fix waybar update icon spacing

Remove clock from margin rule and add custom-update to prevent horizontal cutoff and reduce excessive spacing between clock and update icon.

* making the update icon smaller, looks better in the center
This commit is contained in:
Alan Sikora 2025-08-11 15:46:02 -03:00 committed by GitHub
parent 98332f624b
commit a46f652487
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -36,8 +36,8 @@
#network, #network,
#bluetooth, #bluetooth,
#pulseaudio, #pulseaudio,
#clock, #custom-omarchy,
#custom-omarchy { #custom-update {
min-width: 12px; min-width: 12px;
margin: 0 7.5px; margin: 0 7.5px;
} }
@ -49,3 +49,7 @@
tooltip { tooltip {
padding: 2px; padding: 2px;
} }
#custom-update {
font-size: 10px;
}