Skip to content

Instantly share code, notes, and snippets.

@elmoallistair
Last active October 16, 2020 04:31
Show Gist options
  • Save elmoallistair/2189a8ae4891daddb5af998aee6de22e to your computer and use it in GitHub Desktop.
Save elmoallistair/2189a8ae4891daddb5af998aee6de22e to your computer and use it in GitHub Desktop.
~/.config/gtk-3.0/gtk.css | Personal configuration
/* Terminal Padding */
VteTerminal,
TerminalScreen,
vte-terminal {
padding: 10px 10px 10px 10px;
-VteTerminal-inner-border: 10px 10px 10px 10px;
}
/* Headerbar padding */
window.ssd headerbar.titlebar {
padding-top: 3px;
padding-bottom: 3px;
padding-right: 3px;
min-height: 0;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment