43cd70089e
gsd-color provides this API, which exposes details about the night light state. Currently, gsd-color also turns this state into CRTC gamma changes, but this will eventually change, and this is a preparation for this. The proxy isn't yet used for anything. Part-of: <https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/2164>
8 lines
281 B
XML
8 lines
281 B
XML
<node>
|
|
<interface name="org.gnome.SettingsDaemon.Color">
|
|
<property name="DisabledUntilTomorrow" type="b" access="readwrite"/>
|
|
<property name="NightLightActive" type="b" access="read"/>
|
|
<property name="Temperature" type="u" access="readwrite"/>
|
|
</interface>
|
|
</node>
|