mirror of
https://github.com/folfcoder/plasma-sharkle.git
synced 2025-06-08 17:59:35 +00:00
Refactor and add white version
This commit is contained in:
parent
4d693199b9
commit
ae8e31f7f8
34 changed files with 95 additions and 50 deletions
|
@ -0,0 +1,10 @@
|
|||
import QtQuick 2.0
|
||||
import org.kde.plasma.configuration 2.0
|
||||
|
||||
ConfigModel {
|
||||
ConfigCategory {
|
||||
name: i18n("General")
|
||||
icon: "configure"
|
||||
source: "configGeneral.qml"
|
||||
}
|
||||
}
|
|
@ -1 +1,10 @@
|
|||
<?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="sharkleColor" type="String">
|
||||
<default>black</default>
|
||||
</entry>
|
||||
</group>
|
||||
</kcfg>
|
Loading…
Add table
Add a link
Reference in a new issue