mirror of
https://gitgud.io/wackyideas/aerothemeplasma.git
synced 2024-08-15 00:43:43 +00:00
Very early KDE 6 release.
This commit is contained in:
parent
7cc4ccabbc
commit
686046d4f7
6272 changed files with 140920 additions and 529657 deletions
|
@ -0,0 +1,22 @@
|
|||
/*
|
||||
SPDX-FileCopyrightText: 2013 Sebastian Kügler <sebas@kde.org>
|
||||
|
||||
SPDX-License-Identifier: GPL-2.0-or-later
|
||||
*/
|
||||
|
||||
import QtQuick 2.0
|
||||
|
||||
import org.kde.plasma.configuration 2.0
|
||||
|
||||
ConfigModel {
|
||||
ConfigCategory {
|
||||
name: i18n("General")
|
||||
icon: "preferences-desktop-plasma"
|
||||
source: "ConfigGeneral.qml"
|
||||
}
|
||||
ConfigCategory {
|
||||
name: i18n("Entries")
|
||||
icon: "preferences-desktop-notification"
|
||||
source: "ConfigEntries.qml"
|
||||
}
|
||||
}
|
|
@ -0,0 +1,43 @@
|
|||
<?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="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>
|
||||
<entry name="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>
|
||||
<entry name="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>
|
||||
<entry name="showAllItems" type="bool">
|
||||
<label>If true, all systray entries will be always in the main area, outside the popup.</label>
|
||||
<default>false</default>
|
||||
</entry>
|
||||
<entry name="knownItems" type="StringList" hidden="true">
|
||||
<default></default>
|
||||
</entry>
|
||||
<entry name="scaleIconsToFit" type="bool">
|
||||
<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>
|
||||
<default>false</default>
|
||||
</entry>
|
||||
<entry name="iconSpacing" type="int">
|
||||
<label>spacing between icons, determined by this number multiplied by Kirigami.Units.smallSpacing</label>
|
||||
<default>2</default>
|
||||
</entry>
|
||||
<entry name="pin" type="Bool">
|
||||
<label>Whether the popup should remain open when another window is activated</label>
|
||||
<default>false</default>
|
||||
</entry>
|
||||
</group>
|
||||
|
||||
</kcfg>
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue