Skip to content

Instantly share code, notes, and snippets.

@metal3d
Created February 9, 2016 09:45
Show Gist options
  • Select an option

  • Save metal3d/bacde1c2c8c1434f42b1 to your computer and use it in GitHub Desktop.

Select an option

Save metal3d/bacde1c2c8c1434f42b1 to your computer and use it in GitHub Desktop.
Reduct title bar on gnome 3
/* To put in ~/.config/gtk-3.0/gtk.css */
/* Create directory and file if they don't exist */
/* Change paddings to fill your preferences */
.header-bar.default-decoration {
padding-top: 1px;
padding-bottom: 1px;
}
.header-bar.default-decoration .button.titlebutton {
padding-top: 1px;
padding-bottom: 1px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment