feat(gtk/theme): use Adwaita
This commit is contained in:
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user