pekwm / pekwm

pekwm - X11 window manager
GNU General Public License v2.0
123 stars 12 forks source link

Defective padding for the Status window #171

Open ftonneau opened 3 months ago

ftonneau commented 3 months ago

On my system (Arch with pekwm 0.3.0), writing something like:

Pad = "T B L R"

in the

Status { 
     ....
} 

section of the current theme will work only partially. The first two arguments (T and B, for top and bottom padding in pixels) work as expected, but the last two arguments (L and R, for left and right padding in pixels, I assume) have no effect on the Status Window.

I have tried with the Default and Winter themes, as well as with my own custom theme: L and R settings seem to have no effect on the Status window. This window always keeps its default, tiny, L and R padding.

pclouds commented 3 months ago

Don't put too much in my words because I really don't know theming / drawing code, but I don't think this has ever worked. Anyway you can try out PR #172 and see if it helps.