Warning, /plasma/kdeplasma-addons/wallpapers/potd/package/contents/config/main.xml 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 name=""/>
0007 
0008   <group name="General">
0009     <entry name="Provider" type="String">
0010       <label>Provider of Picture of the Day</label>
0011       <default>apod</default>
0012     </entry>
0013     <entry name="FillMode" type="int">
0014       <label>Sizing, cropping and positioning of the wallpaper image</label>
0015       <default>0</default>
0016     </entry>
0017     <entry name="Color" type="Color">
0018       <label>Color of the wallpaper</label>
0019       <default>#000000</default>
0020     </entry>
0021     <entry name="UpdateOverMeteredConnection" type="Int">
0022       <label>Update wallpaper over metered connection. 0 - False, 1 - True, 2 - True when data usage is below limit (not implemented)</label>
0023       <default>0</default>
0024     </entry>
0025   </group>
0026 
0027 </kcfg>