Created
February 6, 2018 14:56
-
-
Save salaros/5b61e3b8b6fe804d6a5f1bbbe8dddd2e to your computer and use it in GitHub Desktop.
Tweak Nautilus desktop on Gnome Shell
This file contains hidden or 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
.nautilus-desktop.nautilus-canvas-item { | |
color: #ffffff; | |
text-shadow: 1px 1px 2px rgba(25, 25, 25, 0.75), 1px 1px 2px rgba(25, 25, 25, 0.75); | |
} |
This file contains hidden or 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
gsettings set org.gnome.nautilus.desktop font 'Noto Sans 10' | |
gsettings set org.gnome.desktop.background show-desktop-icons false | |
gsettings set org.gnome.desktop.background show-desktop-icons true |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment