46 lines
1.7 KiB
XML
46 lines
1.7 KiB
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="opacity" type="Int">
|
|
<label>Opacity</label>
|
|
<default>100</default>
|
|
</entry>
|
|
<entry name="fontFamily" type="String">
|
|
<label>Font family</label>
|
|
<default>Noto Sans</default>
|
|
</entry>
|
|
<entry name="labelVisibilityMode" type="String">
|
|
<label>Now Playing label visibility mode</label>
|
|
<default>auto</default>
|
|
</entry>
|
|
<entry name="labelPlacement" type="String">
|
|
<label>Now Playing label placement</label>
|
|
<default>left</default>
|
|
</entry>
|
|
<entry name="backgroundStyle" type="String">
|
|
<label>Background style</label>
|
|
<default>custom</default>
|
|
</entry>
|
|
<entry name="backgroundColor" type="String">
|
|
<label>Background color</label>
|
|
<default>transparent</default>
|
|
</entry>
|
|
<entry name="backgroundRadius" type="Int">
|
|
<label>Background radius</label>
|
|
<default>0</default>
|
|
</entry>
|
|
<entry name="foregroundColor" type="String">
|
|
<label>Foreground color</label>
|
|
<default>white</default>
|
|
</entry>
|
|
<entry name="textShadowEnabled" type="Bool">
|
|
<label>Enable text shadow</label>
|
|
<default>false</default>
|
|
</entry>
|
|
</group>
|
|
</kcfg>
|