27 lines
1,000 B
XML
27 lines
1,000 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<kcfg xmlns="http://www.kde.org/standards/kcfg/1.0"
|
|
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
|
xsi:schemaLocation="http://www.kde.org/standards/kcfg/1.0
|
|
http://www.kde.org/standards/kcfg/1.0/kcfg.xsd" >
|
|
<kcfgfile name=""/>
|
|
|
|
<group name="General">
|
|
<entry name="Provider" type="String">
|
|
<label>Provider of Picture of the Day</label>
|
|
<default>apod</default>
|
|
</entry>
|
|
<entry name="FillMode" type="int">
|
|
<label>Sizing, cropping and positioning of the wallpaper image</label>
|
|
<default>0</default>
|
|
</entry>
|
|
<entry name="Color" type="Color">
|
|
<label>Color of the wallpaper</label>
|
|
<default>#000000</default>
|
|
</entry>
|
|
<entry name="UpdateOverMeteredConnection" type="Int">
|
|
<label>Update wallpaper over metered connection. 0 - False, 1 - True, 2 - True when data usage is below limit (not implemented)</label>
|
|
<default>0</default>
|
|
</entry>
|
|
</group>
|
|
|
|
</kcfg>
|