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 apps doesn't have the right cursor #409

Open
bbigras opened this issue Dec 19, 2024 · 0 comments
Open

GTK apps doesn't have the right cursor #409

bbigras opened this issue Dec 19, 2024 · 0 comments

Comments

@bbigras
Copy link

bbigras commented Dec 19, 2024

Not sure if it's a bug, but in Firefox and Qalculate! the cursor is not customized.

The cursor is fine in wireshark.

I'm using the follow code.

{
  catppuccin = {
    cursors.enable = true;
    gtk = {
      enable = true;
      # gnomeShellTheme = true;
      icon.enable = true;
    };
    kvantum.enable = true;
  };

  gtk = {
    enable = true;
    gtk2.extraConfig = "gtk-application-prefer-dark-theme = true";
    gtk3.extraConfig.gtk-application-prefer-dark-theme = true;
  };

  qt = {
    enable = true;
    platformTheme.name = "kvantum";
    style.name = "kvantum";
  };
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant