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
35
plasma/plasmoids/io.gitgud.wackyideas.SevenStart/contents/config/config.qml
Executable file
35
plasma/plasmoids/io.gitgud.wackyideas.SevenStart/contents/config/config.qml
Executable file
|
@ -0,0 +1,35 @@
|
|||
/***************************************************************************
|
||||
* Copyright (C) 2014 by Eike Hein <hein@kde.org> *
|
||||
* *
|
||||
* This program is free software; you can redistribute it and/or modify *
|
||||
* it under the terms of the GNU General Public License as published by *
|
||||
* the Free Software Foundation; either version 2 of the License, or *
|
||||
* (at your option) any later version. *
|
||||
* *
|
||||
* This program is distributed in the hope that it will be useful, *
|
||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of *
|
||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
|
||||
* GNU General Public License for more details. *
|
||||
* *
|
||||
* You should have received a copy of the GNU General Public License *
|
||||
* along with this program; if not, write to the *
|
||||
* Free Software Foundation, Inc., *
|
||||
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA . *
|
||||
***************************************************************************/
|
||||
|
||||
import QtQuick 2.0
|
||||
|
||||
import org.kde.plasma.configuration 2.0
|
||||
|
||||
ConfigModel {
|
||||
ConfigCategory {
|
||||
name: i18n("General")
|
||||
icon: "preferences-desktop-plasma-theme"
|
||||
source: "ConfigGeneral.qml"
|
||||
}
|
||||
ConfigCategory {
|
||||
name: i18n("Side panel")
|
||||
icon: "menu_new"
|
||||
source: "ConfigSidepanel.qml"
|
||||
}
|
||||
}
|
128
plasma/plasmoids/io.gitgud.wackyideas.SevenStart/contents/config/main.xml
Executable file
128
plasma/plasmoids/io.gitgud.wackyideas.SevenStart/contents/config/main.xml
Executable file
|
@ -0,0 +1,128 @@
|
|||
<?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="icon" type="String">
|
||||
<default>start-here-kde</default>
|
||||
</entry>
|
||||
<entry name="useCustomButtonImage" type="Bool">
|
||||
<default>true</default>
|
||||
</entry>
|
||||
<entry name="stickOutOrb" type="Bool">
|
||||
<default>false</default>
|
||||
</entry>
|
||||
<entry name="customButtonImage" type="Url">
|
||||
<default></default>
|
||||
</entry>
|
||||
<entry name="customButtonImageHover" type="Url">
|
||||
<default></default>
|
||||
</entry>
|
||||
<entry name="customButtonImageActive" type="Url">
|
||||
<default></default>
|
||||
</entry>
|
||||
|
||||
<entry name="showFilterList" type="Bool">
|
||||
<default>true</default>
|
||||
</entry>
|
||||
|
||||
<entry name="appNameFormat" type="Int">
|
||||
<default>0</default>
|
||||
</entry>
|
||||
<entry name="limitDepth" type="Bool">
|
||||
<default>false</default>
|
||||
</entry>
|
||||
|
||||
<entry name="numberColumns" type="Int">
|
||||
<default>1</default>
|
||||
</entry>
|
||||
|
||||
<entry name="numberRows" type="Int">
|
||||
<default>12</default>
|
||||
</entry>
|
||||
|
||||
<entry name="favoriteApps" type="StringList">
|
||||
<default></default>
|
||||
</entry>
|
||||
<entry name="favoriteSystemActions" type="StringList">
|
||||
<default>logout,lock-screen,reboot,shutdown</default>
|
||||
</entry>
|
||||
<entry name="hiddenApplications" type="StringList">
|
||||
<default></default>
|
||||
</entry>
|
||||
|
||||
<entry name="useExtraRunners" type="Bool">
|
||||
<default>true</default>
|
||||
</entry>
|
||||
<entry name="extraRunners" type="StringList">
|
||||
<label>The plugin id's of additional KRunner plugins to use. Only used if useExtraRunners is true.</label>
|
||||
<default>shell,bookmarks,baloosearch,locations</default>
|
||||
</entry>
|
||||
<entry name="alignResultsToBottom" type="Bool">
|
||||
<default>true</default>
|
||||
</entry>
|
||||
<entry name="switchCategoriesOnHover" type="Bool">
|
||||
<label>Whether to switch between menu categories by hovering them.</label>
|
||||
<default>true</default>
|
||||
</entry>
|
||||
|
||||
<entry name="removeApplicationCommand" type="String">
|
||||
<default>muon-discover --application</default>
|
||||
</entry>
|
||||
|
||||
<entry name="favoritesPortedToKAstats" type="Bool">
|
||||
<label>Are the favorites ported to use KActivitiesStats to allow per-activity favorites</label>
|
||||
<default>false</default>
|
||||
</entry>
|
||||
<entry name="showRecentsView" type="Bool">
|
||||
<default>true</default>
|
||||
</entry>
|
||||
|
||||
<entry name="showHomeSidepanel" type="Bool">
|
||||
<default>true</default>
|
||||
</entry>
|
||||
<entry name="showDocumentsSidepanel" type="Bool">
|
||||
<default>true</default>
|
||||
</entry>
|
||||
<entry name="showPicturesSidepanel" type="Bool">
|
||||
<default>true</default>
|
||||
</entry>
|
||||
<entry name="showMusicSidepanel" type="Bool">
|
||||
<default>true</default>
|
||||
</entry>
|
||||
<entry name="showVideosSidepanel" type="Bool">
|
||||
<default>true</default>
|
||||
</entry>
|
||||
<entry name="showDownloadsSidepanel" type="Bool">
|
||||
<default>true</default>
|
||||
</entry>
|
||||
<entry name="showRootSidepanel" type="Bool">
|
||||
<default>true</default>
|
||||
</entry>
|
||||
<entry name="showGamesSidepanel" type="Bool">
|
||||
<default>false</default>
|
||||
</entry>
|
||||
<entry name="showRecentItemsSidepanel" type="Bool">
|
||||
<default>false</default>
|
||||
</entry>
|
||||
<entry name="showNetworkSidepanel" type="Bool">
|
||||
<default>false</default>
|
||||
</entry>
|
||||
<entry name="showSettingsSidepanel" type="Bool">
|
||||
<default>true</default>
|
||||
</entry>
|
||||
<entry name="showDevicesSidepanel" type="Bool">
|
||||
<default>false</default>
|
||||
</entry>
|
||||
<entry name="showDefaultsSidepanel" type="Bool">
|
||||
<default>false</default>
|
||||
</entry>
|
||||
<entry name="showHelpSidepanel" type="Bool">
|
||||
<default>false</default>
|
||||
</entry>
|
||||
|
||||
</group>
|
||||
</kcfg>
|
Loading…
Add table
Add a link
Reference in a new issue