waybar: decrease padding for buttons

This commit is contained in:
Peter Cai 2022-03-25 21:43:59 -04:00
parent 691e0e8849
commit c9bc8619a9
1 changed files with 2 additions and 1 deletions

View File

@ -30,7 +30,8 @@ window#waybar.hidden {
#workspaces button {
/* This padding top also increases the height of the entire bar */
padding: 3px 5px;
/* horizontal padding is set to 0px to compensate for the Gruvbox GTK theme (it increases padding for buttons) */
padding: 3px 0px;
color: #ebdbb2;
border-radius: 5px;
}