This commit is contained in:
Alexander Bantyev 2020-06-13 17:30:45 +03:00
parent f84b2ddc95
commit 8fe1019021
Signed by: balsoft
GPG Key ID: E081FF12ADCB4AD5
3 changed files with 6 additions and 5 deletions

View File

@ -49,8 +49,8 @@ in {
gtk = {
enable = true;
iconTheme = {
name = "Breeze Dark";
package = pkgs.breeze-icons;
name = "Adwaita";
package = pkgs.gnome3.adwaita-icon-theme;
};
theme = {
name = "Generated";

View File

@ -8,6 +8,7 @@ with import ../../../support.nix { inherit lib config; }; {
pkgs.flatpak
pkgs.firefox
pkgs.systemd
pkgs.gnome3.adwaita-icon-theme
];
nixpkgs.config.firefox.enablePlasmaBrowserIntegration = true;
environment.sessionVariables = {
@ -126,7 +127,7 @@ with import ../../../support.nix { inherit lib config; }; {
contrast = 4;
widgetStyle = "Breeze";
};
Icons = { Theme = "Breeze Dark"; };
Icons = { Theme = "Adwaita"; };
};
home-manager.users.balsoft.home.activation."user-places.xbel" = {
data = ''

View File

@ -46,8 +46,8 @@ in {
childBorder = thm.orange;
};
focused = unfocused // {
childBorder = thm.blue;
border = thm.blue;
childBorder = thm.gray;
border = thm.gray;
background = thm.dark;
text = thm.fg;
};