How to fill the empty space created by margin, with background colour? #5026
-
|
My bar currently looks like this. I would like to fill the dark background so that the space created by the margin is completely filled, like this (edited) config.jsonc: https://gist.github.com/Everything2067/2f7d0994645774586a024c5cb420d5be I am using niri. |
Beta Was this translation helpful? Give feedback.
Answered by
Everything2067
May 10, 2026
Replies: 1 comment
-
|
Fixed it by removing the margin line in config.jsonc and adding the following to style.css: window#waybar > box {
margin: 5px;
} |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
Everything2067
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Fixed it by removing the margin line in config.jsonc and adding the following to style.css: