Skip to content

libreoffice: set icon theme #1017

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

Open
skoove opened this issue Mar 18, 2025 · 2 comments
Open

libreoffice: set icon theme #1017

skoove opened this issue Mar 18, 2025 · 2 comments
Labels
kind: new-target Add new target

Comments

@skoove
Copy link
Contributor

skoove commented Mar 18, 2025

The icon theme is not set in libreoffice, and it does not show up in the list of installed packages, I have also tried adding the theme to home.pkgs. The theme does work in things like nautilus

{ pkgs, config, ... }:
{
  stylix.iconTheme = {
    enable = true;
    package = pkgs.gruvbox-plus-icons;
    light = "Gruvbox-Plus-Light";
    dark = "Gruvbox-Plus-Dark";
  };
}
@danth
Copy link
Collaborator

danth commented Mar 18, 2025

Related: #458 (comment)

@skoove
Copy link
Contributor Author

skoove commented Mar 19, 2025

i might try and work on this myself at some point, but i am busy with school atm so dont count on that

@danth danth added kind: bug Unintended behavior kind: new-target Add new target and removed kind: bug Unintended behavior labels Mar 30, 2025
@danth danth changed the title Icon theme not set in libreoffice libreoffice: set icon theme Mar 30, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind: new-target Add new target
Projects
None yet
Development

No branches or pull requests

2 participants