Skip to content

Instantly share code, notes, and snippets.

@drmats
Last active September 30, 2019 17:05
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save drmats/564170a63f9ad693366ecb7e91ac456c to your computer and use it in GitHub Desktop.
Save drmats/564170a63f9ad693366ecb7e91ac456c to your computer and use it in GitHub Desktop.
Minimal title bars in Gnome 3.20
window.ssd headerbar.titlebar {
padding-top: 4px;
padding-bottom: 4px;
min-height: 0;
}
window.ssd headerbar.titlebar button.titlebutton {
padding: 0;
min-height: 0;
min-width: 0;
}
terminal-window notebook > header.top button {
padding: 0 5px 0 5px;
background-image: none;
border: 0;
}
terminal-window notebook > header.top > tabs > tab {
margin: 0 0 0 0;
padding: 0 5px 0 5px;
}
terminal-window notebook > header.top > tabs > tab label {
margin: 0 0 0 0;
padding: 0 5px 0 5px;
}
@drmats
Copy link
Author

drmats commented Nov 17, 2017

~/.config/gtk-3.0

@drmats
Copy link
Author

drmats commented Sep 30, 2019

gsettings set org.gnome.Terminal.Legacy.Settings headerbar false

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment