waybar: Increase padding between workspace buttons

There was actually an issue where waybar was using larger padding than
usual, which was fixed by setting the gsettings in our sway config. I
liked the padding changes introduced by the other theme, however, so
this change makes it permanent.
This commit is contained in:
Donovan Glover 2022-03-22 10:06:21 -04:00
parent b0b528f76b
commit 345f06095e
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65

View File

@ -12,13 +12,13 @@ window#waybar {
} }
#workspaces button { #workspaces button {
padding: 0 5px; padding: 0 20px;
background: transparent; background: transparent;
color: white; color: white;
} }
#workspaces button.focused { #workspaces button.focused {
padding: 0 5px; padding: 0 20px;
background: #64727D; background: #64727D;
background: @color8; background: @color8;
} }