Warning, /utilities/francis/src/config.kcfg is written in an unsupported language. File is not indexed.

0001 <?xml version="1.0" encoding="UTF-8"?>
0002 <kcfg xmlns="http://www.kde.org/standards/kcfg/1.0"
0003     xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
0004     xsi:schemaLocation="http://www.kde.org/standards/kcfg/1.0
0005     http://www.kde.org/standards/kcfg/1.0/kcfg.xsd" >
0006 <!--
0007 SPDX-FileCopyrightText: 2022 Felipe Kinoshita <kinofhek@gmail.com>
0008 SPDX-License-Identifier: LGPL-2.0-or-later
0009 -->
0010     <kcfgfile name="francisrc" />
0011     <group name="General">
0012         <entry name="IntervalTime" type="Int">
0013             <label>How long is the interval.</label>
0014             <default>25</default>
0015         </entry>
0016         <entry name="BreakTime" type="Int">
0017             <label>How long is the break.</label>
0018             <default>5</default>
0019         </entry>
0020         <entry name="LongBreakTime" type="Int">
0021             <label>How long is the long break.</label>
0022             <default>20</default>
0023         </entry>
0024     </group>
0025 </kcfg>