Warning, /utilities/kclock/src/plasmoid/KClock_1x2/package/contents/config/main.xml is written in an unsupported language. File is not indexed.

0001 <?xml version="1.0" encoding="UTF-8"?>
0002 <!--
0003 - Copyright 2021 Devin Lin <espidev@gmail.com>
0004 - SPDX-License-Identifier: GPL-2.0-or-later
0005 -->
0006 <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">
0007     <kcfgfile name=""/>
0008 
0009     <group name="General">
0010         <entry name="twelveHourTime" type="Bool">
0011             <label>Whether or not to show the time in 12 hour format rather than 24 hour format.</label>
0012             <default>true</default>
0013         </entry>
0014         <entry name="showDate" type="Bool">
0015             <label>Whether or not to show the date below the time.</label>
0016             <default>true</default>
0017         </entry>
0018         <entry name="showAlarms" type="Bool">
0019             <label>Whether or not to show the next alarm to ring.</label>
0020             <default>true</default>
0021         </entry>
0022         <entry name="textAlignment" type="String">
0023             <label>The alignment of the widget text.</label>
0024             <default>Center</default>
0025         </entry>
0026     </group>
0027 </kcfg>