Andrew0Hill / NURS6293_environment

Docker-based environment to provide desktop interface and database access for NURS 6293.
0 stars 0 forks source link

Consider changing desktop background #35

Closed mgkahn closed 1 month ago

mgkahn commented 1 month ago

I find the gradient bright colors annoying. Suggesting bland dark grey without gradient.But I'll go with the group consensus.

To change, right click in any location of desktop and use color picker. Don't know where in desktop config this information is stored.

image
Andrew0Hill commented 1 month ago

We can do this programmatically with some calls to gsettings, like:

gsettings set org.mate.background color-shading-type solid
gsettings set org.mate.background primary-color 'rgb(36,31,49)'

If we decide to change, I can add in the next release.

Andrew0Hill commented 1 month ago

Done in v0.1.6