Bibata_Cursor
Bibata_Cursor copied to clipboard
Left-handed cursors
I couldn’t find support for this. It could be something like a Make flag for instance. In this case most of the cursors (except window resizing ones) would be just horizontally flipped (together with their clicking points). The special treatment is needed only for the question mark sign, and maybe for crossed sign.
Here I made my own hacky patch for the left-handed cursors: https://github.com/unclechu/nixos-config/commit/a8b44c5e3c8d541946e45aaf56f70806cc041de8
Short recap of what I did:
- Added a list of images that has to be horizontally flipped to
builder/src/constants.pytaking keys ofX_CURSORS_CFGdictionary as a source - Patched
X_CURSORS_CFGdictionary in that file by takingxhotand subtracting it from the width of the image (so that when the image is flipped the X-axis of the clicking dot is on the right place) - During the build phase I horizontally flipped all of the images listed in
builder/src/constants.pyfile (the list I added above) using ImageMagick library (convert -flop file.png file.png)
Maybe it can help somehow to implement this as a feature for this cursor pack.
This issue has been open for a while. I've been tidying up the repository and improving package distribution. Now, I'm thinking about working on this request if more people show interest.
Hi, I would also be interested in this...
I just started working on this feature, and it will soon be available in the https://bibata.live. Thanks for your patience.
@unclechu @metaphys This feature request is available on https://bibata.live, supported from v1.0.1 on-wards. I will soon merge the configuration into this repository.
@ful1e5 My whole system configuration build (including mouse cursors) is automated and incremental, the configuration is just a Git repo. If I need to depend on something (like on this repo for the mouse cursor) I just link to the repo directly, picking some commit and the rest is automatic (e.g. applying patches to the sources, building cursors, setting in the system those cursor as default ones, etc). Going to a website, picking some settings, downloading an archive, extracting it somewhere... It’s all manual work and basically incompatible with the workflow I have.
I will soon merge the configuration into this repository.
I assume it will be available in this repo later?
I assume it will be available in this repo later?
Yes, I'm working on it.
hi, thanks for your work on this, not so many cursor offer left handed version! it seems to me that all the hand cursor are still in right hand version, or did I got something wrong?
@metaphys Thanks for bringing this to my attention! I'll redesign the hand cursors to ensure they are available for right hands. The updated cursor will be included in the next release.