parent
a174782e75
commit
64a95cb014
2 changed files with 7 additions and 7 deletions
|
@ -279,7 +279,7 @@ in
|
||||||
urgent_workspace #ae5865 #ae5865 #fbffff
|
urgent_workspace #ae5865 #ae5865 #fbffff
|
||||||
}
|
}
|
||||||
|
|
||||||
icon_theme Breeze
|
icon_theme Arc
|
||||||
}
|
}
|
||||||
|
|
||||||
default_border pixel
|
default_border pixel
|
||||||
|
|
|
@ -113,8 +113,8 @@
|
||||||
'';
|
'';
|
||||||
dconf.settings = {
|
dconf.settings = {
|
||||||
"org/gnome/desktop/interface" = {
|
"org/gnome/desktop/interface" = {
|
||||||
gtk-theme = "Breeze";
|
gtk-theme = "Arc";
|
||||||
icon-theme = "breeze";
|
icon-theme = "Arc";
|
||||||
cursor-theme = "Vanilla-DMZ";
|
cursor-theme = "Vanilla-DMZ";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
@ -133,12 +133,12 @@
|
||||||
gtk-cursor-theme-size = 0;
|
gtk-cursor-theme-size = 0;
|
||||||
};
|
};
|
||||||
iconTheme = {
|
iconTheme = {
|
||||||
package = pkgs.breeze-icons;
|
package = pkgs.arc-icon-theme;
|
||||||
name = "breeze";
|
name = "Arc";
|
||||||
};
|
};
|
||||||
theme = {
|
theme = {
|
||||||
package = pkgs.breeze-gtk;
|
package = pkgs.arc-theme;
|
||||||
name = "Breeze";
|
name = "Arc";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
qt = {
|
qt = {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue