gh0stzk / dotfiles

BSPWM environment with 18 themes. With a theme selector to change on the fly.
GNU General Public License v3.0
3.05k stars 230 forks source link

How can I resize the bar ? #166

Closed endermeme closed 11 months ago

endermeme commented 11 months ago

Your config is really beautiful but it's too big for me, so I want you to show me how to adjust the size, by the way, I need the location of the config file and I use a 1280x768 laptop screen

endermeme commented 11 months ago

IMG_20231218_184935 It looks missing like this

gh0stzk commented 11 months ago

Hello, you need to edit the config.ini file located at ~/.config/bspwm/rices/emilia/

width = 90% offset-x = 5%

These are the actual values for example if you want to increase the size to 95% you need to .

width = 95% offset-x = 2.5%

the offset-x corresponds to the space on the sides of the bar, you need them to be symmetrical so if you enlarge the bar to 95% you have 5% free, so you give it 2.5 x-offset so that each space has the same space.