From a46f6524877b06727b45515baa271549462d6ae1 Mon Sep 17 00:00:00 2001 From: Alan Sikora Date: Mon, 11 Aug 2025 15:46:02 -0300 Subject: [PATCH] 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 --- config/waybar/style.css | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/config/waybar/style.css b/config/waybar/style.css index 5f790ff0..20a394e9 100644 --- a/config/waybar/style.css +++ b/config/waybar/style.css @@ -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; +}