You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
latte-dock/indicators/default/package/config/main.xml

46 lines
1.3 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="activeStyle" type="Enum">
<label>Active indicator style</label>
<choices>
<choice name="Line"/>
<choice name="Dot"/>
</choices>
<default>0</default>
</entry>
<entry name="minimizedTaskColoredDifferently" type="Bool">
<default>false</default>
</entry>
<entry name="extraDotOnActive" type="Bool">
<default>false</default>
</entry>
<entry name="glowEnabled" type="Bool">
<default>false</default>
</entry>
<entry name="glowApplyTo" type="Enum">
<label>Glow for active indicators</label>
<choices>
<choice name="None"/>
<choice name="OnActive"/>
<choice name="All"/>
</choices>
<default>2</default>
</entry>
<entry name="glow3D" type="Bool">
<default>true</default>
</entry>
<entry name="glowOpacity" type="Double">
<default>0.35</default>
</entry>
<entry name="reversed" type="Bool">
<default>false</default>
</entry>
</group>
</kcfg>