Warning, /plasma/kwin/src/plugins/nightcolor/nightcolorsettings.kcfg is written in an unsupported language. File is not indexed.

0001 <?xml version="1.0" encoding="UTF-8" ?>
0002 <kcfg xmlns="http://www.kde.org/standards/kcfg/1.0"
0003       xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
0004       xsi:schemaLocation="http://www.kde.org/standards/kcfg/1.0
0005                           http://www.kde.org/standards/kcfg/1.0/kcfg.xsd" >
0006     <kcfgfile arg="true" />
0007     <group name="NightColor">
0008         <entry name="Active" type="Bool">
0009             <default>false</default>
0010         </entry>
0011         <entry name="Mode" type="Enum">
0012             <choices name="KWin::NightColorMode">
0013                 <choice name="Automatic"/>
0014                 <choice name="Location"/>
0015                 <choice name="Times"/>
0016                 <choice name="Constant"/>
0017             </choices>
0018             <default>NightColorMode::Automatic</default>
0019         </entry>
0020         <entry name="DayTemperature" type="Int">
0021             <default>6500</default>
0022         </entry>
0023         <entry name="NightTemperature" type="Int">
0024             <default>4500</default>
0025         </entry>
0026         <entry name="LatitudeAuto" type="Double">
0027             <default>0.</default>
0028         </entry>
0029         <entry name="LongitudeAuto" type="Double">
0030             <default>0.</default>
0031         </entry>
0032         <entry name="LatitudeFixed" type="Double">
0033             <default>0.</default>
0034         </entry>
0035         <entry name="LongitudeFixed" type="Double">
0036             <default>0.</default>
0037         </entry>
0038         <entry name="MorningBeginFixed" type="String">
0039             <default>0600</default>
0040         </entry>
0041         <entry name="EveningBeginFixed" type="String">
0042             <default>1800</default>
0043         </entry>
0044         <entry name="TransitionTime" type="Int">
0045             <default>30</default>
0046         </entry>
0047     </group>
0048 </kcfg>