Refactor and add white version

This commit is contained in:
Kai Folf 2023-04-08 09:15:40 +07:00
parent 4d693199b9
commit ae8e31f7f8
No known key found for this signature in database
34 changed files with 95 additions and 50 deletions

View file

@ -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"
}
}

View file

@ -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>