Last active
September 26, 2022 00:21
-
-
Save johnpili/3fe2124c7b588a3f99d84c6e78ec0279 to your computer and use it in GitHub Desktop.
Set solid background colors in Ubuntu 18.04 and above
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.desktop.background picture-uri "" | |
gsettings set org.gnome.desktop.background picture-uri-dark "" | |
gsettings set org.gnome.desktop.background primary-color '#3B6EA5' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment