blob: 9e41ef2fa518bd2652916771cb91fe95ccadc012 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
<node>
<interface name="org.ayatana.indicator.display.AccountsService">
<annotation name="org.freedesktop.Accounts.VendorExtension" value="true"/>
<annotation name="org.freedesktop.Accounts.Authentication.ChangeOwn" value="org.ayatana.indicator.display.AccountsService.ModifyOwnUser"/>
<annotation name="org.freedesktop.Accounts.Authentication.ReadAny" value="org.ayatana.indicator.display.AccountsService.ModifyAnyUser"/>
<annotation name="org.freedesktop.Accounts.Authentication.ChangeAny" value="org.ayatana.indicator.display.AccountsService.ModifyAnyUser"/>
<property name="brightness" type="d" access="readwrite">
<annotation name="org.freedesktop.Accounts.DefaultValue" value="1.0"/>
</property>
<property name="color-temp" type="q" access="readwrite">
<annotation name="org.freedesktop.Accounts.DefaultValue" value="4913"/>
</property>
<property name="color-temp-profile" type="q" access="readwrite">
<annotation name="org.freedesktop.Accounts.DefaultValue" value="2"/>
</property>
</interface>
</node>
|