Updates
This commit is contained in:
parent
f84b2ddc95
commit
8fe1019021
@ -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";
|
||||
|
@ -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 = ''
|
||||
|
@ -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;
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user