waybar: add height to the entire bar

This commit is contained in:
Peter Cai 2022-03-25 20:52:23 -04:00
parent 69a19cca2f
commit fe04fc4ac0
1 changed files with 2 additions and 1 deletions

View File

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