-
I read the config line by line and there is the inner_margin I set it to y: 0 but it doesn't seem to work. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
would it be possible for you to post your bar config and the output of the What I can suggest is also using the position settings. here is mine "position": {
"start": {
"x": 0,
"y": 100
},
"end": {
"x": 3840,
"y": 50
}
},
"frame": {
"inner_margin": {
"x": 10,
"y": 5
}
}, |
Beta Was this translation helpful? Give feedback.
-
If you want the bar to be that height, and the font to be that size, I'm not sure what you're expecting the outcome of changing the margin to be? The extra space will always be filled with the background color If you want a smaller bar, adjust the bar height, if you want to keep the bar height but with less space between the text and the bar edges, increase the font size. |
Beta Was this translation helpful? Give feedback.
would it be possible for you to post your bar config and the output of the
komorebic --version
command? That would be a great starting pointWhat I can suggest is also using the position settings. here is mine