Skip to content

Instantly share code, notes, and snippets.

@douglarek
Created March 1, 2023 01:52
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save douglarek/64b6e898de9cd548d62217116ecfd02c to your computer and use it in GitHub Desktop.
Save douglarek/64b6e898de9cd548d62217116ecfd02c to your computer and use it in GitHub Desktop.
cat ~/.config/gtk-3.0/gtk.css
@import 'colors.css';
/*title btn config*/
button.titlebutton.close {
margin: 0px;
padding: 0px;
min-height: 30px;
min-width: 30px;
color: transparent;
background-size: 30px;
}
button.titlebutton.maximize {
margin: 0px;
padding: 0px;
min-height: 30px;
min-width: 30px;
color: transparent;
background-size: 30px;
}
button.titlebutton.minimize {
margin: 0px;
padding: 0px;
min-height: 30px;
min-width: 30px;
color: transparent;
background-size: 30px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment