Skip to content

Commit 6294ab1

Browse files
committed
Add SimpleRedGaugeRedBg theme
1 parent 33f4a76 commit 6294ab1

File tree

4 files changed

+246
-0
lines changed

4 files changed

+246
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
### Credits for graphical resources used from freepik
2+
3+
Acknowledgements for resources :
4+
12 KB
Loading
24.2 KB
Loading
+242
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,242 @@
1+
author: "@takattila"
2+
3+
display:
4+
# Specify the display size in inch for this theme: 3.5" (default) or 5"
5+
DISPLAY_SIZE: 3.5"
6+
7+
# Specify the display orientation for this theme: portrait or landscape (reverse orientation is managed in config.yaml)
8+
DISPLAY_ORIENTATION: portrait
9+
10+
# Backplate RGB LED color (for HW revision 'flagship' devices only), set one that match your theme dominant color
11+
DISPLAY_RGB_LED: 115, 14, 0
12+
13+
static_images:
14+
BACKGROUND:
15+
PATH: background.png
16+
X: 0
17+
Y: 0
18+
WIDTH: 320
19+
HEIGHT: 480
20+
21+
static_text:
22+
CPU_TEXT:
23+
TEXT: "CPU"
24+
X: 50
25+
Y: 10
26+
FONT: generale-mono/GeneraleMonoA.ttf
27+
FONT_SIZE: 25
28+
FONT_COLOR: 255, 255, 255
29+
BACKGROUND_IMAGE: background.png
30+
GPU_TEXT:
31+
TEXT: "GPU"
32+
X: 215
33+
Y: 10
34+
FONT: generale-mono/GeneraleMonoA.ttf
35+
FONT_SIZE: 25
36+
FONT_COLOR: 255, 255, 255
37+
BACKGROUND_IMAGE: background.png
38+
RAM_TEXT:
39+
TEXT: "RAM"
40+
X: 50
41+
Y: 350
42+
FONT: generale-mono/GeneraleMonoA.ttf
43+
FONT_SIZE: 25
44+
FONT_COLOR: 255, 255, 255
45+
BACKGROUND_IMAGE: background.png
46+
RAM_USED:
47+
TEXT: "USED"
48+
X: 27
49+
Y: 446
50+
FONT: generale-mono/GeneraleMonoA.ttf
51+
FONT_SIZE: 12
52+
FONT_COLOR: 255, 255, 255
53+
BACKGROUND_IMAGE: background.png
54+
RAM_FREE:
55+
TEXT: "FREE"
56+
X: 27
57+
Y: 462
58+
FONT: generale-mono/GeneraleMonoA.ttf
59+
FONT_SIZE: 12
60+
FONT_COLOR: 255, 255, 255
61+
BACKGROUND_IMAGE: background.png
62+
DISK_TEXT:
63+
TEXT: "SSD"
64+
X: 215
65+
Y: 350
66+
FONT: generale-mono/GeneraleMonoA.ttf
67+
FONT_SIZE: 25
68+
FONT_COLOR: 255, 255, 255
69+
BACKGROUND_IMAGE: background.png
70+
71+
STATS:
72+
CPU:
73+
PERCENTAGE:
74+
INTERVAL: 1
75+
RADIAL:
76+
SHOW: True
77+
X: 165
78+
Y: 240
79+
RADIUS: 95
80+
WIDTH: 95
81+
82+
MIN_VALUE: 0
83+
MAX_VALUE: 100
84+
ANGLE_START: 270
85+
ANGLE_END: 270
86+
ANGLE_STEPS: 20
87+
ANGLE_SEP: 0
88+
89+
CLOCKWISE: True
90+
BAR_COLOR: 255, 159, 159
91+
BAR_BACKGROUND_COLOR: 255, 30, 0
92+
DRAW_BAR_BACKGROUND: True
93+
BAR_DECORATION: Rectangle
94+
SHOW_TEXT: True
95+
SHOW_UNIT: True
96+
FONT: generale-mono/GeneraleMonoA.ttf
97+
FONT_SIZE: 60
98+
FONT_COLOR: 255, 255, 255
99+
# BACKGROUND_COLOR: 0, 0, 0
100+
BACKGROUND_IMAGE: background.png
101+
TEMPERATURE:
102+
INTERVAL: 5
103+
TEXT:
104+
SHOW: True
105+
SHOW_UNIT: True
106+
X: -2
107+
Y: 45
108+
FONT: generale-mono/GeneraleMonoA.ttf
109+
FONT_SIZE: 40
110+
FONT_COLOR: 255, 255, 255
111+
BACKGROUND_IMAGE: background.png
112+
GRAPH:
113+
SHOW: True
114+
X: 28
115+
Y: 90
116+
WIDTH: 105
117+
HEIGHT: 20
118+
MIN_VALUE: 0
119+
MAX_VALUE: 100
120+
BAR_COLOR: 255, 255, 255
121+
BAR_OUTLINE: True
122+
BACKGROUND_IMAGE: background.png
123+
FREQUENCY:
124+
INTERVAL: 5
125+
TEXT:
126+
SHOW: True
127+
SHOW_UNIT: True
128+
X: 38
129+
Y: 120
130+
FONT: generale-mono/GeneraleMonoA.ttf
131+
FONT_SIZE: 16
132+
FONT_COLOR: 255, 255, 255
133+
BACKGROUND_IMAGE: background.png
134+
GPU:
135+
INTERVAL: 1
136+
PERCENTAGE:
137+
TEXT:
138+
SHOW: True
139+
SHOW_UNIT: True
140+
X: 175
141+
Y: 45
142+
FONT: generale-mono/GeneraleMonoA.ttf
143+
FONT_SIZE: 40
144+
FONT_COLOR: 255, 255, 255
145+
BACKGROUND_IMAGE: background.png
146+
GRAPH:
147+
SHOW: True
148+
X: 190
149+
Y: 90
150+
WIDTH: 105
151+
HEIGHT: 20
152+
MIN_VALUE: 0
153+
MAX_VALUE: 100
154+
BAR_COLOR: 255, 255, 255
155+
BAR_OUTLINE: True
156+
BACKGROUND_IMAGE: background.png
157+
FREQUENCY:
158+
INTERVAL: 5
159+
TEXT:
160+
SHOW: True
161+
SHOW_UNIT: True
162+
X: 200
163+
Y: 120
164+
FONT: generale-mono/GeneraleMonoA.ttf
165+
FONT_SIZE: 16
166+
FONT_COLOR: 255, 255, 255
167+
BACKGROUND_IMAGE: background.png
168+
MEMORY:
169+
INTERVAL: 5
170+
VIRTUAL:
171+
PERCENT_TEXT:
172+
SHOW: True
173+
SHOW_UNIT: True
174+
X: 10
175+
Y: 380
176+
FONT: generale-mono/GeneraleMonoA.ttf
177+
FONT_SIZE: 40
178+
FONT_COLOR: 255, 255, 255
179+
BACKGROUND_IMAGE: background.png
180+
GRAPH:
181+
SHOW: True
182+
X: 28
183+
Y: 420
184+
WIDTH: 105
185+
HEIGHT: 20
186+
MIN_VALUE: 0
187+
MAX_VALUE: 100
188+
BAR_COLOR: 255, 255, 255
189+
BAR_OUTLINE: True
190+
BACKGROUND_IMAGE: background.png
191+
USED:
192+
SHOW: True
193+
SHOW_UNIT: True
194+
X: 65
195+
Y: 445
196+
FONT: generale-mono/GeneraleMonoA.ttf
197+
FONT_SIZE: 15
198+
FONT_COLOR: 255, 255, 255
199+
BACKGROUND_IMAGE: background.png
200+
FREE:
201+
SHOW: True
202+
SHOW_UNIT: True
203+
X: 65
204+
Y: 460
205+
FONT: generale-mono/GeneraleMonoA.ttf
206+
FONT_SIZE: 15
207+
FONT_COLOR: 255, 255, 255
208+
BACKGROUND_IMAGE: background.png
209+
210+
DISK:
211+
INTERVAL: 10
212+
USED:
213+
PERCENT_TEXT:
214+
SHOW: True
215+
SHOW_UNIT: True
216+
X: 175
217+
Y: 380
218+
FONT: generale-mono/GeneraleMonoA.ttf
219+
FONT_SIZE: 40
220+
FONT_COLOR: 255, 255, 255
221+
BACKGROUND_IMAGE: background.png
222+
NET:
223+
INTERVAL: 1
224+
ETH:
225+
UPLOAD:
226+
TEXT:
227+
SHOW: True
228+
X: 175
229+
Y: 430
230+
FONT: generale-mono/GeneraleMonoA.ttf
231+
FONT_SIZE: 20
232+
FONT_COLOR: 255, 255, 255
233+
BACKGROUND_IMAGE: background.png
234+
DOWNLOAD:
235+
TEXT:
236+
SHOW: True
237+
X: 175
238+
Y: 455
239+
FONT: generale-mono/GeneraleMonoA.ttf
240+
FONT_SIZE: 20
241+
FONT_COLOR: 255, 255, 255
242+
BACKGROUND_IMAGE: background.png

0 commit comments

Comments
 (0)