Skip to content

Instantly share code, notes, and snippets.

@rsouza01
Last active January 25, 2021 12:29
Show Gist options
  • Save rsouza01/3fb38c80d0f0ded861cf04e94f72d11a to your computer and use it in GitHub Desktop.
Save rsouza01/3fb38c80d0f0ded861cf04e94f72d11a to your computer and use it in GitHub Desktop.
Diminui a barra de título do Gnome 3.18 ( ~/.config/gtk-3.0/gtk.css)
<!--
Diminui a barra de título do Gnome 3
Criar o arquivo em
~/.config/gtk-3.0/gtk.css
-->
.header-bar.default-decoration {
padding-top: 3px;
padding-bottom: 3px;
font-size: 0.8em;
}
.header-bar.default-decoration .button.titlebutton {
padding: 0px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment