mirror of
https://github.com/developersu/ClearClock.git
synced 2025-05-15 11:37:37 +03:00
93 lines
3.3 KiB
XML
93 lines
3.3 KiB
XML
<?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="Appearance">
|
|
<!-- Clock Display Settings -->
|
|
<entry name="clockUse24hFormat" type="Bool">
|
|
<label>Force the clock to use 12/24 hour time, instead of following the user locale.</label>
|
|
<default>true</default>
|
|
</entry>
|
|
<entry name="clockFontColor" type="Color">
|
|
<label>Color of text</label>
|
|
<default>#ffffff</default>
|
|
</entry>
|
|
<entry name="clockFontFamily" type="string">
|
|
<label>Sets the clock font family.</label>
|
|
<default>ccdefault</default>
|
|
</entry>
|
|
<entry name="clockBoldText" type="Bool">
|
|
<label>Sets the clock font to bold.</label>
|
|
<default>true</default>
|
|
</entry>
|
|
<entry name="clockItalicText" type="Bool">
|
|
<label>Sets the clock font to italic.</label>
|
|
<default>false</default>
|
|
</entry>
|
|
<entry name="clockFontSize" type="int">
|
|
<label>Sets the size of the day font in pixels.</label>
|
|
<default>220</default>
|
|
</entry>
|
|
<!-- Day Display Settings -->
|
|
<entry name="showDayDisplay" type="Bool">
|
|
<label>Whether the day should be shown in the clock.</label>
|
|
<default>true</default>
|
|
</entry>
|
|
<entry name="dayFontColor" type="Color">
|
|
<label>Color of text</label>
|
|
<default>#5e4573</default>
|
|
</entry>
|
|
<entry name="dayFontFamily" type="string">
|
|
<label>Sets the day font family.</label>
|
|
<default>ccdefault</default>
|
|
</entry>
|
|
<entry name="dayBoldText" type="Bool">
|
|
<label>Sets the day font to bold.</label>
|
|
<default>false</default>
|
|
</entry>
|
|
<entry name="dayItalicText" type="Bool">
|
|
<label>Sets the day font to italic.</label>
|
|
<default>false</default>
|
|
</entry>
|
|
<entry name="dayFontSize" type="int">
|
|
<label>Sets the size of the day font in pixels.</label>
|
|
<default>100</default>
|
|
</entry>
|
|
<!-- Date Display Settings -->
|
|
<entry name="showDateDisplay" type="Bool">
|
|
<label>Whether the date should be shown below the clock.</label>
|
|
<default>true</default>
|
|
</entry>
|
|
<entry name="dateCustomDateFormat" type="string">
|
|
<label>Custom date format string.</label>
|
|
<default>d MMMM yyyy</default>
|
|
</entry>
|
|
<entry name="dateFontColor" type="Color">
|
|
<label>Color of text</label>
|
|
<default>#ffffff</default>
|
|
</entry>
|
|
<entry name="dateFontFamily" type="string">
|
|
<label>Sets the date font family.</label>
|
|
<default>ccdefault</default>
|
|
</entry>
|
|
<entry name="dateBoldText" type="Bool">
|
|
<label>Sets the date font to bold.</label>
|
|
<default>false</default>
|
|
</entry>
|
|
<entry name="dateItalicText" type="Bool">
|
|
<label>Sets the date font to italic.</label>
|
|
<default>false</default>
|
|
</entry>
|
|
<entry name="dateFontSize" type="int">
|
|
<label>Sets the size of the date font in pixels.</label>
|
|
<default>24</default>
|
|
</entry>
|
|
<entry name="dateLetterSpacing" type="int">
|
|
<label>Sets the letter spacing of the date font.</label>
|
|
<default>2</default>
|
|
</entry>
|
|
</group>
|
|
</kcfg>
|