Giter Club home page Giter Club logo

breezex_cursor's People

Contributors

frikilinux avatar ful1e5 avatar monosans avatar wizpizz avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

breezex_cursor's Issues

Smaller cursor compared to Breeze at same size

Not sure if this is by design, but as the title says at the same size (48px), BreezeX cursor is smaller than the breeze one:

Screenshot_20240702_221746

EDIT: Forgot to say thank you for this amazing cursor theme ๐Ÿ˜…! Now with KDE 6.1.1, shaking the cursor doesn't make it blurry at all! It looks great!

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?

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.๐Ÿ˜ต

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

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!

Missing unavailable and diagonals

The installer (on Windows) doesn't assign a cursor to the unavailable and diagonal 1 and 2 cursors, instead using those of the previous pack, in my case Bibata. I used the browse option to fix them manually.

This problem is also present in your other cursor, apple_cursor macOS.

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.

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


Extra Large on Windows looks jagged

Animated cursors (Work, Busy) in the extra large pack look pixelated/jagged compared to the large variant, which has smoother edges.
image
image

My resolution and scaling settings are 1280x1024 at 100% scaling.
image

This problem is present in your other cursors too (Bibata, macOS).

Tutorial

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

Wrong icons on Windows?

Hi there, for some reason the latest update, v2.0.1, seem to register wrong icons starting from Unavailable icon to everything else below.
ShareX_rundll32_20240702-172402

Normal select icon until Handwriting icon do appear to be correct.

I can confirm the same thing happened for all 9 variants (black/dark/light and their respective R/L/XL sizes).
I also made sure I uninstalled the old versions prior to installing the new versions.

Graphic issues

I found some issue inside the svg files.

  • all-scroll is not centered
  • the left pointer has some wrong paths which result into weird corners
    image
  • bottom_left_corner and bottom_right_corner have different heights
  • Rendered icon size varies between 256x256, 256x257 and 257x257

I haven't checked all, so there might be more issues.

File name misspellings and suggestions

Rename:

  • "Unavailiable" (typo) to "Unavailable"
  • "Dng1" and "Dng2" to "Diagonal 1" and "Diagonal 2"
  • "Vert" and "Horz" to "Vertical" and "Horizontal"
  • "Cross" to "Crosshair"

This naming is also present in your other cursors.

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.