mirror of
https://invent.kde.org/marcoa/shift-shell.git
synced 2026-04-26 14:23:09 +00:00
33 lines
1 KiB
XML
33 lines
1 KiB
XML
<?xml version="1.0" encoding="UTF-8" ?>
|
|
|
|
<!--
|
|
- SPDX-FileCopyrightText: 2020 Vlad Zahorodnii
|
|
- SPDX-License-Identifier: GPL-2.0-or-later
|
|
-->
|
|
|
|
<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="kwinrc" />
|
|
<group name="NightColor">
|
|
<entry name="Active" type="Bool">
|
|
<default>false</default>
|
|
</entry>
|
|
<entry name="Mode" type="Enum">
|
|
<choices name="ColorCorrect::NightColorMode">
|
|
<choice name="Constant"/>
|
|
<choice name="DarkLight"/>
|
|
</choices>
|
|
<default>DarkLight</default>
|
|
</entry>
|
|
<entry name="DayTemperature" type="Int">
|
|
<default>6500</default>
|
|
</entry>
|
|
<entry name="NightTemperature" type="Int">
|
|
<default>4500</default>
|
|
</entry>
|
|
</group>
|
|
</kcfg>
|
|
|
|
|