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:
parent
98332f624b
commit
a46f652487
@ -36,8 +36,8 @@
|
||||
#network,
|
||||
#bluetooth,
|
||||
#pulseaudio,
|
||||
#clock,
|
||||
#custom-omarchy {
|
||||
#custom-omarchy,
|
||||
#custom-update {
|
||||
min-width: 12px;
|
||||
margin: 0 7.5px;
|
||||
}
|
||||
@ -49,3 +49,7 @@
|
||||
tooltip {
|
||||
padding: 2px;
|
||||
}
|
||||
|
||||
#custom-update {
|
||||
font-size: 10px;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user