Skip to content

Commit fff13d7

Browse files
committed
Add gradient 8.8" theme
1 parent f3f9c55 commit fff13d7

File tree

8 files changed

+111
-0
lines changed

8 files changed

+111
-0
lines changed

res/themes/Gradient/background.png

76 KB
Loading

res/themes/Gradient/preview.png

114 KB
Loading

res/themes/Gradient/theme.yaml

Lines changed: 111 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,111 @@
1+
---
2+
display:
3+
DISPLAY_SIZE: 8.8"
4+
DISPLAY_ORIENTATION: portrait
5+
DISPLAY_RGB_LED: 226, 21, 103
6+
7+
static_images:
8+
BACKGROUND:
9+
PATH: background.png
10+
X: 0
11+
Y: 0
12+
WIDTH: 1920
13+
HEIGHT: 480
14+
static_text:
15+
DISK:
16+
TEXT: DISK
17+
X: 164
18+
Y: 1804
19+
FONT: roboto-mono/RobotoMono-Bold.ttf
20+
FONT_SIZE: 64
21+
FONT_COLOR: 255, 255, 255
22+
BACKGROUND_IMAGE: background.png
23+
24+
STATS:
25+
CPU:
26+
PERCENTAGE:
27+
INTERVAL: 1
28+
TEXT:
29+
SHOW: True
30+
SHOW_UNIT: True
31+
X: 80
32+
Y: 240
33+
FONT: roboto-mono/RobotoMono-Regular.ttf
34+
FONT_SIZE: 130
35+
FONT_COLOR: 255, 255, 255
36+
BACKGROUND_IMAGE: background.png
37+
TEMPERATURE:
38+
INTERVAL: 1
39+
TEXT:
40+
SHOW: True
41+
SHOW_UNIT: True
42+
X: 134
43+
Y: 154
44+
FONT: roboto-mono/RobotoMono-Regular.ttf
45+
FONT_SIZE: 60
46+
FONT_COLOR: 255, 255, 255
47+
BACKGROUND_IMAGE: background.png
48+
GPU:
49+
INTERVAL: 1
50+
PERCENTAGE:
51+
TEXT:
52+
SHOW: True
53+
SHOW_UNIT: True
54+
X: 80
55+
Y: 720
56+
FONT: roboto-mono/RobotoMono-Regular.ttf
57+
FONT_SIZE: 130
58+
FONT_COLOR: 255, 255, 255
59+
BACKGROUND_IMAGE: background.png
60+
TEMPERATURE:
61+
TEXT:
62+
SHOW: True
63+
SHOW_UNIT: True
64+
X: 134
65+
Y: 635
66+
FONT: roboto-mono/RobotoMono-Regular.ttf
67+
FONT_SIZE: 60
68+
FONT_COLOR: 255, 255, 255
69+
BACKGROUND_IMAGE: background.png
70+
MEMORY:
71+
INTERVAL: 5
72+
VIRTUAL:
73+
USED:
74+
SHOW: True
75+
SHOW_UNIT: True
76+
X: 146
77+
Y: 1120
78+
FONT: roboto-mono/RobotoMono-Regular.ttf
79+
FONT_SIZE: 45
80+
FONT_COLOR: 255, 255, 255
81+
BACKGROUND_IMAGE: background.png
82+
PERCENT_TEXT:
83+
SHOW: True
84+
SHOW_UNIT: True
85+
X: 80
86+
Y: 1192
87+
FONT: roboto-mono/RobotoMono-Regular.ttf
88+
FONT_SIZE: 130
89+
FONT_COLOR: 255, 255, 255
90+
BACKGROUND_IMAGE: background.png
91+
DISK:
92+
INTERVAL: 10
93+
USED:
94+
TEXT:
95+
SHOW: True
96+
SHOW_UNIT: True
97+
X: 146
98+
Y: 1590
99+
FONT: roboto-mono/RobotoMono-Regular.ttf
100+
FONT_SIZE: 45
101+
FONT_COLOR: 255, 255, 255
102+
BACKGROUND_IMAGE: background.png
103+
PERCENT_TEXT:
104+
SHOW: True
105+
SHOW_UNIT: True
106+
X: 80
107+
Y: 1664
108+
FONT: roboto-mono/RobotoMono-Regular.ttf
109+
FONT_SIZE: 130
110+
FONT_COLOR: 255, 255, 255
111+
BACKGROUND_IMAGE: background.png
127 KB
Loading
7.39 KB
Loading
66.3 KB
Loading
2.33 KB
Loading
15.2 KB
Loading

0 commit comments

Comments
 (0)