Git Product home page Git Product logo

breezex_cursor's Issues

Found a problem using Actions auto build

I tried to use the Actions to build a bigger size cursors. But I just got those errors

9_Generating BreezeX Cursor Theme.txt

And then I looked into your Actions builds, I found that your build uses the clickgen 1.2.0

So I specified the clickgen version to 1.2.0, then it worked just fine.

And I would like to know whether the latest clickgen is compatible with this project code anymore.

I'm a rookie in the rookie, so I can only open up a new issue, hope I'm not disturbing you.๐Ÿ˜ต

Tutorial

Please make a tutorial How to do the manual build for a human that doesn't know what to do.

2 additional select pointers in Windows 11?

Hey there, it seems we have 2 additional select pointers in Windows 11 (or maybe they were already there long ago, but I never noticed)
screenshot

I was wondering if you'd be up to do custom works for those too


On a side note, I hadn't been able to find where exactly those 2 are being used, so it doesn't really bother me at the moment

How to use it on Mac?

Excellent work! I'm using Mousecape on Mac which allows third-party mouse cursors. Can we use BreezeX on Mac? How can we uninstall it then?

Waiting cursor looks a bit weird

It might be the design choice, so feel free to close the issue, but IMO rounded square background makes it look a bit off.


image


I'd expect it to be more like in Bibata:


image


Cursor

PLEASE!!!!!!!!!!!!! Can you build all the sizes of the cursors for windows. I am peace of shit at programming and I am a f*cking beginner. I will be very thankful.

Work cursor hotspot off center

Hey, just thought I'd let you know of this minor issue.
The hotspot of the "Work" cursor is a bit to the left of where it should be, this causes it to jump to the side when switching between the normal and wait cursors.

I've tested all three colour variations on Windows, they all do this.

Would be awesome if you fix this for me, I really like them ๐Ÿ˜„
Thanks!

Building fails - doesn't generate png files properly

Hi there,

I've gone to build these cursors to make a slightly larger variant for my use and have hit a bit of a roadblock. When running make unix on Linux, regardless of flags and variables, it errors and fails.

The output is as follows:

make[1]: Entering directory '/home/haydenbrown/temp/BreezeX_Cursor/bitmapper'
yarn install v1.22.10
[1/4] Resolving packages...
[2/4] Fetching packages...
info [email protected]: The platform "linux" is incompatible with this module.
info "[email protected]" is an optional dependency and failed compatibility check. Excluding it from installation.
[3/4] Linking dependencies...
[4/4] Building fresh packages...
Done in 12.59s.
yarn run v1.22.10
$ npx ts-node src/index.ts
Generating bitmaps for BreezeX-Dark
 ==> Saving X_cursor ...
Done in 5.12s.
make[1]: Leaving directory '/home/haydenbrown/temp/BreezeX_Cursor/bitmapper'
make[1]: Entering directory '/home/haydenbrown/temp/BreezeX_Cursor/builder'
Requirement already satisfied: clickgen in /root/.local/lib/python3.10/site-packages (1.1.9)
Requirement already satisfied: Pillow>=8.1.1 in /usr/lib64/python3.10/site-packages (from clickgen) (8.3.2)
Getting 'BreezeX-Dark' bitmaps ready for build...
Traceback (most recent call last):
  File "/home/haydenbrown/temp/BreezeX_Cursor/builder/build.py", line 93, in <module>
    config = get_config(
  File "/home/haydenbrown/temp/BreezeX_Cursor/builder/src/configure.py", line 51, in get_config
    png_provider = PNGProvider(bitmaps_dir)
  File "/root/.local/lib/python3.10/site-packages/clickgen/util.py", line 72, in __init__
    raise FileNotFoundError(
FileNotFoundError: '*.png' files not found in '/home/haydenbrown/temp/BreezeX_Cursor/builder/../bitmaps/BreezeX-Dark'
Getting 'BreezeX-Light' bitmaps ready for build...
Traceback (most recent call last):
  File "/home/haydenbrown/temp/BreezeX_Cursor/builder/build.py", line 93, in <module>
    config = get_config(
  File "/home/haydenbrown/temp/BreezeX_Cursor/builder/src/configure.py", line 51, in get_config
    png_provider = PNGProvider(bitmaps_dir)
  File "/root/.local/lib/python3.10/site-packages/clickgen/util.py", line 68, in __init__
    for f in sorted(self.bitmaps_dir.iterdir()):
  File "/usr/lib64/python3.10/pathlib.py", line 1015, in iterdir
    for name in self._accessor.listdir(self):
FileNotFoundError: [Errno 2] No such file or directory: '../bitmaps/BreezeX-Light'
Getting 'BreezeX-Black' bitmaps ready for build...
Traceback (most recent call last):
  File "/home/haydenbrown/temp/BreezeX_Cursor/builder/build.py", line 93, in <module>
    config = get_config(
  File "/home/haydenbrown/temp/BreezeX_Cursor/builder/src/configure.py", line 51, in get_config
    png_provider = PNGProvider(bitmaps_dir)
  File "/root/.local/lib/python3.10/site-packages/clickgen/util.py", line 68, in __init__
    for f in sorted(self.bitmaps_dir.iterdir()):
  File "/usr/lib64/python3.10/pathlib.py", line 1015, in iterdir
    for name in self._accessor.listdir(self):
FileNotFoundError: [Errno 2] No such file or directory: '../bitmaps/BreezeX-Black'
make[1]: *** [Makefile:25: build_unix] Error 1
make[1]: Leaving directory '/home/haydenbrown/temp/BreezeX_Cursor/builder'
make: *** [Makefile:15: unix] Error 2

Have I just done something silly here?

Thanks.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.