Reduce size of gtk CSD header bars
This commit is contained in:
parent
025d2f7136
commit
6ecc3d194f
1 changed files with 21 additions and 3 deletions
|
@ -59,9 +59,27 @@
|
||||||
gtk-cursor-theme-name = "Vanilla-DMZ"
|
gtk-cursor-theme-name = "Vanilla-DMZ"
|
||||||
gtk-cursor-theme-size = 24
|
gtk-cursor-theme-size = 24
|
||||||
'';
|
'';
|
||||||
gtk3.extraConfig = {
|
gtk3 = {
|
||||||
gtk-cursor-theme-name = "Vanilla-DMZ";
|
extraConfig = {
|
||||||
gtk-cursor-theme-size = 24;
|
gtk-cursor-theme-name = "Vanilla-DMZ";
|
||||||
|
gtk-cursor-theme-size = 24;
|
||||||
|
};
|
||||||
|
extraCss = ''
|
||||||
|
headerbar {
|
||||||
|
min-height: 0px;
|
||||||
|
padding: 0px;
|
||||||
|
margin: 0px;
|
||||||
|
}
|
||||||
|
|
||||||
|
headerbar entry,
|
||||||
|
headerbar spinbutton,
|
||||||
|
headerbar button,
|
||||||
|
headerbar separator {
|
||||||
|
min-height: 0px;
|
||||||
|
padding: 0px;
|
||||||
|
margin: 0px;
|
||||||
|
}
|
||||||
|
'';
|
||||||
};
|
};
|
||||||
iconTheme = {
|
iconTheme = {
|
||||||
package = pkgs.libsForQt5.breeze-icons;
|
package = pkgs.libsForQt5.breeze-icons;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue