francma / wob

A lightweight overlay volume/backlight/progress/anything bar for Wayland.
ISC License
911 stars 50 forks source link

Add bar direction configuration #97

Closed FilippoBonazziSUSE closed 1 year ago

FilippoBonazziSUSE commented 2 years ago

Add a direction configuration parameter which can be set to horizontal or vertical.

Proposed implementation for #44 which has been stuck for a while

Resolves #44

francma commented 2 years ago

The drawing logic is too complicated for my taste (and it was complicated even before this PR). My plan is to replace it with pixman in the future.

I would suggest to drop any attempts to optimize it for performance and just make it as simple as possible for now. When I wrote that memcpy trick, it was more from a curiosity than actual performance optimization needs.

francma commented 1 year ago

Closing in favor of https://github.com/francma/wob/pull/108