<label>If true, the items of "Application status" category are shown in the systray.</label>
<default>true</default>
</entry>
<entryname="communicationsShown"type="bool">
<label>If true, the items of "Communications" category are shown in the systray.</label>
<default>true</default>
</entry>
<entryname="systemServicesShown"type="bool">
<label>If true, the items of "System services" category are shown in the systray.</label>
<default>true</default>
</entry>
<entryname="hardwareControlShown"type="bool">
<label>If true, the items of "Hardware Control" category are shown in the systray.</label>
<default>true</default>
</entry>
<entryname="miscellaneousShown"type="bool">
<label>If true, the items of "miscellaneous" category are shown in the systray.</label>
<default>true</default>
</entry>
<entryname="extraItems"type="StringList">
<label>All plasmoid items that are explicitly enabled in the systray. It's a comma-separated string list of plasmoid plugin ids.</label>
<default></default>
</entry>
<entryname="hiddenItems"type="StringList">
<label>All items that are hidden, forced always in the popup. It's a comma-separated string list of unique identifiers that are either plasmoid plugin ids or StatusNotifier ids.</label>
<default></default>
</entry>
<entryname="shownItems"type="StringList">
<label>All items that are shown. It's a comma-separated string list of unique identifiers that are either plasmoid plugin ids or StatusNotifier ids.</label>
<default></default>
</entry>
<entryname="showAllItems"type="bool">
<label>If true, all systray entries will be always in the main area, outside the popup.</label>
<default>false</default>
</entry>
<!-- All the plasmoids the applet knows of. a plasmoid will be automatically added
if X-KDE-PluginInfo-EnabledByDefault=true and is not in the known list-->
<entryname="knownItems"type="StringList">
<label>All the plasmoids the applet knows of. a plasmoid will be automatically added
if X-KDE-PluginInfo-EnabledByDefault=true and is not in the known list.</label>
<default></default>
</entry>
<entryname="iconSize"type="Int">
<label>Default icon size for the systray icons, it's an enum which values mean, Small, SmallMedium, Medium, Large, Huge, Enormous respectively. On low DPI systems they correspond to 16, 22, 32, 48, 64, 128 pixels. On high DPI systems those values would be scaled up, depending on the DPI.</label>