From 956e5d605d854bfe0d54d0a1196c2cbbf45a1451 Mon Sep 17 00:00:00 2001 From: 514fpv Date: Tue, 30 Jul 2024 18:51:45 +0800 Subject: [PATCH] home(gnome): improve gtk3 theme consistency --- home/gnome/impl/dconf.nix | 4 ++-- home/gnome/impl/home.nix | 8 ++++++-- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/home/gnome/impl/dconf.nix b/home/gnome/impl/dconf.nix index fb1a3d8c..21b45593 100644 --- a/home/gnome/impl/dconf.nix +++ b/home/gnome/impl/dconf.nix @@ -38,8 +38,8 @@ in mkIf cfg.enable { cursor-theme = "Bibata-Modern-Classic"; font-antialiasing = "grayscale"; font-hinting = "slight"; - gtk-theme = "Adwaita-dark"; - icon-theme = "Papirus"; + gtk-theme = "adw-gtk3-dark"; + icon-theme = "Papirus-Dark"; }; "${pd}/screensaver" = { diff --git a/home/gnome/impl/home.nix b/home/gnome/impl/home.nix index 8abf18ef..f01abc33 100644 --- a/home/gnome/impl/home.nix +++ b/home/gnome/impl/home.nix @@ -5,8 +5,12 @@ cfg = config.passthrough.gnome; in mkIf cfg.enable { home.packages = - with pkgs.gnome; - with pkgs.gnomeExtensions; [ + with pkgs; + with gnome; + with gnomeExtensions; [ + # gtk3 theme + adw-gtk3 + # gnomeExtensions dash-to-panel dash-to-dock