Skip to content
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

GTK cursors in GNOME don't enable properly #105

Closed
Hamish-McLean opened this issue Apr 9, 2024 · 0 comments · Fixed by #106
Closed

GTK cursors in GNOME don't enable properly #105

Hamish-McLean opened this issue Apr 9, 2024 · 0 comments · Fixed by #106
Labels
bug Something isn't working

Comments

@Hamish-McLean
Copy link
Contributor

I am using the gtk home-manager module with the following snippet:

gtk = {
  enable = true;
  catppuccin = {
    enable = true;
    cursor.enable = true;
  };
};

When I rebuild my system, only some of the cursors change and there's just a white square when the cursor is on the desktop. When I manually activate the cursor theme from the gnome-tweaks GUI they work perfectly.

Using dconf, it seems that gnome-tweaks expects a cursor theme named "Catppuccin-${flavour}-${accent}-Cursors" whereas the gtk home-manager module names the cursor theme "Catppuccin-${flavour}-${accent}". I have tested renaming this in a fork and it seems to work fine, but I'm not sure if it breaks in another context.

@getchoo getchoo added the bug Something isn't working label Apr 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants