I'm trying to create a simple custom window manager in Python using xlib (based on Whimsy and PLWM).
Is it possible to skin the default look of GUI applications, e.g. the default scroll bars or buttons, using just xlib? Or does this need to be done separately for each application? Or is it something else entirely?
Thanks