forked from extern/nix-config
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:
parent
b0b528f76b
commit
345f06095e
@ -12,13 +12,13 @@ window#waybar {
|
||||
}
|
||||
|
||||
#workspaces button {
|
||||
padding: 0 5px;
|
||||
padding: 0 20px;
|
||||
background: transparent;
|
||||
color: white;
|
||||
}
|
||||
|
||||
#workspaces button.focused {
|
||||
padding: 0 5px;
|
||||
padding: 0 20px;
|
||||
background: #64727D;
|
||||
background: @color8;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user