Fixed a bug where the GTK3 theme was applied to GTK4 as well.

This commit is contained in:
2024-04-15 13:39:14 +01:00
parent 13e97b31e7
commit 8201faa61a

View File

@@ -38,6 +38,7 @@
unzip # 'extract' Dependency unzip # 'extract' Dependency
eza # 'ls' Alias Dependency eza # 'ls' Alias Dependency
dconf2nix # Dconf to Nix format. dconf2nix # Dconf to Nix format.
adw-gtk3 # 'gtk2/3' Dependency
# Note to self: This config does not include games/benchmarks. I'm using flatpak for those. # Note to self: This config does not include games/benchmarks. I'm using flatpak for those.
@@ -323,12 +324,6 @@
name = "Papirus"; name = "Papirus";
package = pkgs.papirus-icon-theme; package = pkgs.papirus-icon-theme;
}; };
# Theme legacy apps (GTK 2/3) to look like GTK 4 apps.
theme = {
name = "adw-gtk3-dark";
package = pkgs.adw-gtk3;
};
}; };
dconf.settings = { dconf.settings = {
@@ -398,6 +393,7 @@
enable-hot-corners = false; enable-hot-corners = false;
cursor-theme = "Bibata-Modern-Classic"; cursor-theme = "Bibata-Modern-Classic";
icon-theme = "Papirus"; icon-theme = "Papirus";
gtk-theme = "adw-gtk3-dark";
}; };
"org/gnome/epiphany/web" = { "org/gnome/epiphany/web" = {