Skip to content

Instantly share code, notes, and snippets.

@nielsAD
Last active May 10, 2016 09:47
Show Gist options
  • Save nielsAD/311a9820f4dfae742fcbdf72e8ce95a9 to your computer and use it in GitHub Desktop.
Save nielsAD/311a9820f4dfae742fcbdf72e8ce95a9 to your computer and use it in GitHub Desktop.
GTK3 Smaller Window Headers
/* File: .config/gtk-3.0/gtk.css */
headerbar.default-decoration {
padding-top: 2px;
padding-bottom: 2px;
min-height: 0px;
}
headerbar.default-decoration button.titlebutton {
padding: 1px;
min-height: 0px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment