fix icons
This commit is contained in:
@@ -13,8 +13,13 @@ let
|
||||
accents = [ gtkThemeAccent ];
|
||||
variant = gtkThemeVariant;
|
||||
};
|
||||
iconTheme = "Colloid-dark"; # Colloid, Colloid-light, Colloid-dark
|
||||
iconThemePkg = pkgs.colloid-icon-theme;
|
||||
iconThemeColor = "dark"; # "" "light" "dark"
|
||||
iconThemeVariant = "default"; # "" "purple" "pink" "red" "orange" "yellow" "green" "teal" "grey"
|
||||
iconThemeScheme = "nord"; # "" "nord" "dracula" "gruvbox" "everforest" "catppuccin"
|
||||
iconTheme = "Colloid-${iconThemeScheme}-${iconThemeColor}";
|
||||
iconThemePkg = pkgs.colloid-icon-theme.override {
|
||||
schemeVariants = [ iconThemeScheme ];
|
||||
};
|
||||
in
|
||||
{
|
||||
imports = [
|
||||
@@ -140,6 +145,7 @@ in
|
||||
XDG_CONFIG_HOME = "\${HOME}/.config";
|
||||
#XDG_BIN_HOME = "\${HOME}/.local/bin";
|
||||
XDG_DATA_HOME = "\${HOME}/.local/share";
|
||||
ICON_THEME = iconTheme;
|
||||
};
|
||||
|
||||
home.pointerCursor = {
|
||||
@@ -168,13 +174,11 @@ in
|
||||
};
|
||||
|
||||
gtk3.extraConfig = {
|
||||
# gtk-application-prefer-dark-theme = true;
|
||||
"AdwStyleManager:color-scheme" = "ADW_COLOR_SCHEME_PREFER_DARK";
|
||||
gtk-application-prefer-dark-theme = true;
|
||||
};
|
||||
|
||||
gtk4.extraConfig = {
|
||||
# gtk-application-prefer-dark-theme = true;
|
||||
"AdwStyleManager:color-scheme" = "ADW_COLOR_SCHEME_PREFER_DARK";
|
||||
gtk-application-prefer-dark-theme = true;
|
||||
};
|
||||
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user