diff --git a/.config/waybar/style.css b/.config/waybar/style.css index 5c26f0f6..000390e3 100644 --- a/.config/waybar/style.css +++ b/.config/waybar/style.css @@ -57,8 +57,11 @@ tooltip { all: initial; min-width: 0; box-shadow: none; - padding: 2px 4px; + padding: 0px 4px; color: @fg; + min-height: 16px; + /* Sets a smaller minimum height */ + margin: 2px 0; } #workspaces button.focused { @@ -81,4 +84,4 @@ tooltip { #network, #pulseaudio { border: none; -} \ No newline at end of file +}