forked from Vidnez/es-theme-MinUArk
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathheader.xml
59 lines (52 loc) · 1.68 KB
/
header.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
<?xml version="1.0" encoding="UTF-8"?>
<!--
Theme: MinUArk
Original author: Vidnez
License: creative commons CC-BY-NC-SA
-->
<theme>
<formatVersion>7</formatVersion>
<include name="Configs">./config.xml</include>
<view name="screen">
<text name="clock">
<origin>0 0.5</origin>
<pos>1 0.034</pos>
<size>0.3 .1</size>
<fontSize>0.026</fontSize>
<color>${clockcolor}</color>
<horizontalAlignment>center</horizontalAlignment>
<verticalAlignment>center</verticalAlignment>
<fontPath>./assets/BPreplayBold-unhinted.otf</fontPath>
</text>
<batteryIndicator name="batteryIndicator">
<pos>0.85 0.002</pos>
<size>0.06</size>
<color>${clockcolor}</color>
<itemSpacing>0.01</itemSpacing>
<full>./assets/battery=full.svg</full>
<at75>./assets/battery=75.svg</at75>
<at50>./assets/battery=50.svg</at50>
<at25>./assets/battery=25.svg</at25>
<empty>./assets/battery=empty.svg</empty>
<incharge>./assets/battery=charging.svg</incharge>
</batteryIndicator>
</view>
<view name="system">
<helpsystem name="help">
<pos>-0.1 2</pos>
<fontPath>./assets/BPreplayBold-unhinted.otf</fontPath>
<textColor>${clockcolor}</textColor>
<iconColor>${clockcolor}</iconColor>
<fontSize>0.025</fontSize>
</helpsystem>
</view>
<view name="basic, detailed, grid">
<helpsystem name="help">
<pos>-0.1 2</pos>
<textColor>${clockcolor}</textColor>
<iconColor>${clockcolor}</iconColor>
<fontPath>./assets/BPreplayBold-unhinted.otf</fontPath>
<fontSize>0.02</fontSize>
</helpsystem>
</view>
</theme>