feat(gtk/theme): use Adwaita

This commit is contained in:
2025-08-22 23:30:00 +08:00
parent d22d597cf1
commit 82ba9038ed

View File

@@ -48,13 +48,17 @@ lib.my.makeSwitch {
gtk = { gtk = {
enable = true; enable = true;
theme = { theme = {
package = pkgs.mono-gtk-theme; package = pkgs.gnome-themes-extra;
name = "MonoThemeDark"; name = "Adwaita";
}; };
gtk2 = { gtk2 = {
configLocation = "${config.my.home.xdg.configHome}/gtk-2.0/gtkrc"; configLocation = "${config.my.home.xdg.configHome}/gtk-2.0/gtkrc";
}; };
gtk3 = { gtk3 = {
theme = {
package = pkgs.adw-gtk3;
name = "adw-gtk3";
};
extraConfig = { extraConfig = {
gtk-decoration-layout = ":none"; gtk-decoration-layout = ":none";
gtk-application-prefer-dark-theme = 1; gtk-application-prefer-dark-theme = 1;