Warning, /plasma/plasma-workspace/applets/systemtray/package/contents/config/main.xml is written in an unsupported language. File is not indexed.
0001 <?xml version="1.0" encoding="UTF-8"?> 0002 <kcfg xmlns="http://www.kde.org/standards/kcfg/1.0" 0003 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 0004 xsi:schemaLocation="http://www.kde.org/standards/kcfg/1.0 0005 http://www.kde.org/standards/kcfg/1.0/kcfg.xsd" > 0006 <kcfgfile name=""/> 0007 0008 <group name="General"> 0009 <entry name="extraItems" type="StringList"> 0010 <label>All plasmoid items that are explicitly enabled in the systray. It's a comma-separated string list of plasmoid plugin ids.</label> 0011 <default></default> 0012 </entry> 0013 <entry name="hiddenItems" type="StringList"> 0014 <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> 0015 <default></default> 0016 </entry> 0017 <entry name="shownItems" type="StringList"> 0018 <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> 0019 <default></default> 0020 </entry> 0021 <entry name="showAllItems" type="bool"> 0022 <label>If true, all systray entries will be always in the main area, outside the popup.</label> 0023 <default>false</default> 0024 </entry> 0025 <entry name="knownItems" type="StringList" hidden="true"> 0026 <default></default> 0027 </entry> 0028 <entry name="scaleIconsToFit" type="bool"> 0029 <label>Whether to automatically scale System Tray icons to fix the available thickness of the panel. If false, tray icons will be capped at the smallMedium size (22px) and become a two-row/column layout when the panel is thick.</label> 0030 <default>false</default> 0031 </entry> 0032 <entry name="iconSpacing" type="int"> 0033 <label>spacing between icons, determined by this number multiplied by Kirigami.Units.smallSpacing</label> 0034 <default>2</default> 0035 </entry> 0036 <entry name="pin" type="Bool"> 0037 <label>Whether the popup should remain open when another window is activated</label> 0038 <default>false</default> 0039 </entry> 0040 </group> 0041 0042 </kcfg> 0043