-
-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cursors not showing sometimes #53
Comments
+1 here. |
I think the cursor isn't showing on programs running under xwayland on hyprland (all or some idk), I've only noticed it on minecraft and on xeyes to test it On sway it shows the cursor just fine and with only xcursor theme set on hyprland the cursor also shows, so this seems only to be related to hyprcursor (https://github.com/ndom91/rose-pine-hyprcursor for example works fine, so there must be some difference between this hyprcursor theme and the one from catppuccin) |
:o hyprwm/Hyprland#7335 - issue might also not be related to this theme and is an upstream issue instead? idk anymore |
The hyprcursor implementation in this repository is not ideal, evident by the number of open issues. I don't use hyperland so it would require someone to look through the code and try to reimplement support for it in a way that addresses the concerns raised in #31 |
Okay, I believe this issue here is related to the usage of pngs instead of svgs, I tried the hyprcursor theme with svgs and my cursor is now shown in xwayland apps Not sure if the underlying issue has something to do with the pngs here or with Hyprland itself Sadly I don't know how to fix the concerns in the linked issue/it's also a bit hard to go through and figure out what exactly has to be done to fix it entirely and use svgs again, but fixing that issue with svgs should resolve this one as well, I think |
The cursors were based on SVGs before. As noted in that issue, @kerichdev found some other issues with it and changed it to PNGs. We should probably move back to SVGs given that the frequency of issues is now higher than it was before. |
as mentioned in catppuccin#53 (comment). Effectively rewrite the hyprcursor build system to be data driven, reflecting the other formats. As a result dependency on `hyprcursor-util` & `xcur2png` is gone.
as mentioned in catppuccin#53 (comment). Effectively rewrite the hyprcursor build system to be data driven, reflecting the other formats. As a result dependency on `hyprcursor-util` & `xcur2png` is gone.
as mentioned in catppuccin#53 (comment). Effectively rewrite the hyprcursor build system to be data driven, reflecting the other formats. As a result dependency on `hyprcursor-util` & `xcur2png` is gone.
Hi, I've been using catppuccin's cursors and I've noticed that sometimes in apps like gparted, vscode, spotify, some file pickers, etc, the cursor disappears (more evident in gparted) and in others like rofi it appears somewhat cropped sometimes, I've been using them in nixos with hyprland and I've already tried several solutions but none of them worked, other cursors like Bibata's don't have this problem
The text was updated successfully, but these errors were encountered: