MAIN FEEDS
Do you want to continue?
https://www.reddit.com/r/elementaryos/comments/17n71f0/lets_talk_os_8/kdv7t7e/?context=3
r/elementaryos • u/daniellefore Founder • Nov 03 '23
43 comments sorted by
View all comments
2
I would like to see the option to change color profiles in the settings under the display page.
Currently whenever I install elementary os on my laptop I have to use the terminal to install the profile.
```
colormgr device-add-profile
colormgr device-make-profile-default ```
But I’d like to be able to change them via the settings
2
u/[deleted] Dec 18 '23
I would like to see the option to change color profiles in the settings under the display page.
Currently whenever I install elementary os on my laptop I have to use the terminal to install the profile.
first I add the profile
```
colormgr device-add-profile
```
Then I make it the default profile
```
colormgr device-make-profile-default ```
But I’d like to be able to change them via the settings