waybar: Add padding to focused workspace

This fixes an issue where the focused workspace would cause the layout
to shift.
This commit is contained in:
Donovan Glover 2021-11-14 11:16:39 -05:00
parent e9e8edfad3
commit ab909d567d
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65

View File

@ -18,6 +18,7 @@ window#waybar {
}
#workspaces button.focused {
padding: 0 5px;
background: #64727D;
background: @color8;
}