This commit is contained in:
john 2025-08-21 11:36:02 +02:00
commit 87872cb4fa
7 changed files with 756 additions and 0 deletions

27
contents/config/main.xml Normal file
View file

@ -0,0 +1,27 @@
<?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>