From fe04fc4ac0e9247754cb7d734d6af3527fddeddf Mon Sep 17 00:00:00 2001 From: Peter Cai Date: Fri, 25 Mar 2022 20:52:23 -0400 Subject: [PATCH] waybar: add height to the entire bar --- sway/.config/waybar/style.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/sway/.config/waybar/style.css b/sway/.config/waybar/style.css index 5e77663..96fd4b0 100644 --- a/sway/.config/waybar/style.css +++ b/sway/.config/waybar/style.css @@ -26,7 +26,8 @@ window#waybar.hidden { } #workspaces button { - padding: 0 5px; + /* This padding top also increases the height of the entire bar */ + padding: 3px 5px; color: #ebdbb2; border-radius: 5px; }