summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorJonas Ådahl <jadahl@gmail.com>2021-10-29 11:23:18 +0200
committerJonas Ådahl <jadahl@gmail.com>2022-09-01 16:54:04 +0200
commit43cd70089e921731633db1b1258d653c60cfedd2 (patch)
tree3bd05a42e7aa6d665623b8fed4c71ef39c3a9a0b /data
parent0dc6d7637172039482ff6a6d453dce7238845cf8 (diff)
downloadmutter-43cd70089e921731633db1b1258d653c60cfedd2.tar.gz
color-manager: Set up a D-Bus proxy to org.gnome.SettingsDaemon.Color
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>
Diffstat (limited to 'data')
-rw-r--r--data/dbus-interfaces/org.gnome.SettingsDaemon.Color.xml7
1 files changed, 7 insertions, 0 deletions
diff --git a/data/dbus-interfaces/org.gnome.SettingsDaemon.Color.xml b/data/dbus-interfaces/org.gnome.SettingsDaemon.Color.xml
new file mode 100644
index 000000000..ead0096b8
--- /dev/null
+++ b/data/dbus-interfaces/org.gnome.SettingsDaemon.Color.xml
@@ -0,0 +1,7 @@
+<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>