Last active
April 18, 2018 11:24
-
-
Save topolik/3ba9a76511ba40df1ccb9ef1b61c1fc5 to your computer and use it in GitHub Desktop.
nemo desktop transparent window
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
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