Skip to content

Instantly share code, notes, and snippets.

@topolik
Last active April 18, 2018 11:24
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 topolik/3ba9a76511ba40df1ccb9ef1b61c1fc5 to your computer and use it in GitHub Desktop.
Save topolik/3ba9a76511ba40df1ccb9ef1b61c1fc5 to your computer and use it in GitHub Desktop.
nemo desktop transparent window
/*
https://github.com/linuxmint/nemo/blob/b87d88da325c0e75ff563afe4bb140e2216e3187/gresources/nemo-style-application.css
~/.config/gtk-3.0/gtk.css
*/
.nemo-window * {
background: transparent;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment