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; +}