Remove background image and set single color ?!?

How can I set a single color for the background instead of loading an image ?
This is just wasting resources.
Seems there is no option for it to set single color. :frowning:

for gnome:

gsettings set org.gnome.desktop.background picture-uri none
gsettings set org.gnome.desktop.background primary-color [color]

[color] can be either a quoted 256-bit hex encoded color such as '#ffffff' or a x11 color name such as black

1 Like