From 0a1ffe201f4086498714888d7df0fff473a7faea Mon Sep 17 00:00:00 2001 From: ediblerope Date: Mon, 13 Apr 2026 20:49:31 +0100 Subject: [PATCH] =?UTF-8?q?Switch=20back=20to=20Adwaita=20icons=20?= =?UTF-8?q?=E2=80=94=20MoreWaita=20made=20folders=20monochrome?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit MoreWaita was overriding the colored Adwaita folder icons with monochrome symbolic ones. Added adwaita-icon-theme-legacy for extra coverage of older icon names. Co-Authored-By: Claude Opus 4.6 --- settings/gnome.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/settings/gnome.nix b/settings/gnome.nix index 821b2d1..2270359 100644 --- a/settings/gnome.nix +++ b/settings/gnome.nix @@ -21,7 +21,7 @@ #gnomeExtensions.rounded-window-corners-reborn adwaita-icon-theme gnome-themes-extra - morewaita-icon-theme + adwaita-icon-theme-legacy adw-gtk3 matugen ]; @@ -41,7 +41,7 @@ programs.dconf.profiles.user.databases = [{ settings = { "org/gnome/desktop/interface" = { - icon-theme = "MoreWaita"; + icon-theme = "Adwaita"; cursor-theme = "Adwaita"; }; "org/gnome/mutter" = {