Skip to content

Commit

Permalink
Fix xml file
Browse files Browse the repository at this point in the history
  • Loading branch information
lenemter committed Jan 30, 2024
1 parent 8c3dd08 commit beb5f23
Showing 1 changed file with 17 additions and 21 deletions.
38 changes: 17 additions & 21 deletions data/io.elementary.SettingsDaemon.AccountsService.xml
Original file line number Diff line number Diff line change
Expand Up @@ -132,46 +132,42 @@
<annotation name="org.freedesktop.Accounts.DefaultValue" value="false"/>
</property>

<property name="NightLightEnabled" type="b" access="readwrite">
<annotation name="org.freedesktop.Accounts.DefaultValue" value="false"/>
</property>
<!-- Prefer dark schedule-->

<property name="NightLightLastCoordinates" type="(dd)" access="readwrite">
<annotation name="org.freedesktop.Accounts.DefaultValue" value="(91.0, 181.0)"/>
<property name="PreferDarkSchedule" type="i" access="readwrite">
<annotation name="org.freedesktop.Accounts.DefaultValue" value="0"/>
</property>

<property name="NightLightScheduleAutomatic" type="b" access="readwrite">
<annotation name="org.freedesktop.Accounts.DefaultValue" value="true"/>
<property name="LastCoordinates" type="(dd)" access="readwrite">
<annotation name="org.freedesktop.Accounts.DefaultValue" value="(91.0, 181.0)"/>
</property>

<property name="NightLightScheduleFrom" type="d" access="readwrite">
<property name="PreferDarkScheduleFrom" type="d" access="readwrite">
<annotation name="org.freedesktop.Accounts.DefaultValue" value="20"/>
</property>

<property name="NightLightScheduleTo" type="d" access="readwrite">
<property name="PreferDarkScheduleTo" type="d" access="readwrite">
<annotation name="org.freedesktop.Accounts.DefaultValue" value="6"/>
</property>

<property name="NightLightTemperature" type="u" access="readwrite">
<annotation name="org.freedesktop.Accounts.DefaultValue" value="4500"/>
</property>

<!-- Prefer dark schedule-->

<property name="PreferDarkSchedule" type="i" access="readwrite">
<annotation name="org.freedesktop.Accounts.DefaultValue" value="0"/>
<property name="NightLightEnabled" type="b" access="readwrite">
<annotation name="org.freedesktop.Accounts.DefaultValue" value="false"/>
</property>

<property name="PreferDarkLastCoordinates" type="(dd)" access="readwrite">
<annotation name="org.freedesktop.Accounts.DefaultValue" value="(91.0, 181.0)"/>
<property name="NightLightScheduleAutomatic" type="b" access="readwrite">
<annotation name="org.freedesktop.Accounts.DefaultValue" value="true"/>
</property>

<property name="PreferDarkScheduleFrom" type="d" access="readwrite">
<property name="NightLightScheduleFrom" type="d" access="readwrite">
<annotation name="org.freedesktop.Accounts.DefaultValue" value="20"/>
</property>

<property name="PreferDarkScheduleTo" type="d" access="readwrite">
<property name="NightLightScheduleTo" type="d" access="readwrite">
<annotation name="org.freedesktop.Accounts.DefaultValue" value="6"/>
</property>

<property name="NightLightTemperature" type="u" access="readwrite">
<annotation name="org.freedesktop.Accounts.DefaultValue" value="4500"/>
</property>
</interface>
</node>

0 comments on commit beb5f23

Please sign in to comment.