phillbush / shod

mouse-based window manager that can tile windows inside floating containers
MIT License
177 stars 5 forks source link

Feature Request: Acme Titlebar theme #45

Closed wesbluemarine closed 1 year ago

wesbluemarine commented 1 year ago

Would it be possible to change the look of the title bar to look like acme?

phillbush commented 1 year ago

You can change the color of the decoration and titlebar around windows with a triplet of colors: a light one, a middle one and a dark one. For example, for the active window, the triplet is activeTopShadowColor, activeBackground, activeBottomShadowColor, which defaults to a light, mid, and dark blue. The same works for inactive and urgent containers.

The titlebar, however is colored the same as the decoration.

wesbluemarine commented 1 year ago

Would it be possible to change also the border width?

phillbush commented 1 year ago

Would it be possible to change also the border width?

Set the shod.borderWidth X resource to the size you want in pixels. More information on the manual.