Skip to content

Commit 29795b7

Browse files
committed
Add Nvidia 8.8" theme
1 parent be1d533 commit 29795b7

File tree

6 files changed

+121
-0
lines changed

6 files changed

+121
-0
lines changed

res/themes/NVIDIA/background.png

342 KB
Loading

res/themes/NVIDIA/preview.png

322 KB
Loading

res/themes/NVIDIA/theme.yaml

Lines changed: 121 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,121 @@
1+
---
2+
display:
3+
DISPLAY_SIZE: 8.8"
4+
DISPLAY_ORIENTATION: landscape
5+
DISPLAY_RGB_LED: 125, 184, 55
6+
7+
static_images:
8+
BACKGROUND:
9+
PATH: background.png
10+
X: 0
11+
Y: 0
12+
WIDTH: 1920
13+
HEIGHT: 480
14+
15+
static_text:
16+
CPU:
17+
TEXT: DISK
18+
X: 75
19+
Y: 344
20+
WIDTH: 118
21+
HEIGHT: 28
22+
ANCHOR: mm
23+
FONT: geforce/GeForce-Bold.ttf
24+
FONT_SIZE: 22
25+
FONT_COLOR: 0, 0, 0
26+
BACKGROUND_COLOR: 125, 184, 55
27+
28+
STATS:
29+
CPU:
30+
PERCENTAGE:
31+
INTERVAL: 1
32+
TEXT:
33+
SHOW: True
34+
SHOW_UNIT: True
35+
X: 64
36+
Y: 234
37+
WIDTH: 160
38+
HEIGHT: 64
39+
ANCHOR: lm
40+
FONT: geforce/GeForce-Bold.ttf
41+
FONT_SIZE: 60
42+
FONT_COLOR: 125, 184, 55
43+
BACKGROUND_IMAGE: background.png
44+
45+
GPU:
46+
INTERVAL: 1
47+
PERCENTAGE:
48+
TEXT:
49+
SHOW: True
50+
SHOW_UNIT: True
51+
X: 64
52+
Y: 100
53+
WIDTH: 160
54+
HEIGHT: 64
55+
ANCHOR: lm
56+
FONT: geforce/GeForce-Bold.ttf
57+
FONT_SIZE: 60
58+
FONT_COLOR: 125, 184, 55
59+
BACKGROUND_IMAGE: background.png
60+
TEMPERATURE:
61+
TEXT:
62+
SHOW: True
63+
SHOW_UNIT: True
64+
X: 1460
65+
Y: 140
66+
WIDTH: 400
67+
HEIGHT: 150
68+
ANCHOR: lm
69+
FONT: geforce/GeForce-Bold.ttf
70+
FONT_SIZE: 180
71+
FONT_COLOR: 255, 255, 255
72+
BACKGROUND_IMAGE: background.png
73+
74+
MEMORY:
75+
INTERVAL: 1
76+
VIRTUAL:
77+
PERCENT_TEXT:
78+
SHOW: True
79+
SHOW_UNIT: True
80+
X: 223
81+
Y: 375
82+
WIDTH: 117
83+
HEIGHT: 45
84+
ANCHOR: mm
85+
FONT: geforce/GeForce-Bold.ttf
86+
FONT_SIZE: 40
87+
FONT_COLOR: 125, 184, 55
88+
BACKGROUND_IMAGE: background.png
89+
90+
DISK:
91+
INTERVAL: 10
92+
USED:
93+
PERCENT_TEXT:
94+
SHOW: True
95+
SHOW_UNIT: True
96+
X: 76
97+
Y: 375
98+
WIDTH: 117
99+
HEIGHT: 45
100+
ANCHOR: mm
101+
FONT: geforce/GeForce-Bold.ttf
102+
FONT_SIZE: 40
103+
FONT_COLOR: 125, 184, 55
104+
BACKGROUND_IMAGE: background.png
105+
DATE:
106+
# For time display, it is recommended not to change the interval: keep to 1
107+
INTERVAL: 1
108+
HOUR: # Format (12/24h, timezone translations) will match your computer locale
109+
TEXT:
110+
FORMAT: short # short (6:48 PM) / medium (6:48:53 PM) / long (6:48:53 PM UTC) / full (6:48:53 PM Coordinated Universal Time) / custom pattern e.g. "HH:mm:ss zzz" (6:48:53 EDT)
111+
SHOW: False
112+
X: 1644
113+
Y: 330
114+
WIDTH: 254
115+
HEIGHT: 56
116+
FONT: roboto/Roboto-Medium.ttf
117+
FONT_SIZE: 70
118+
FONT_COLOR: 205, 205, 205
119+
BACKGROUND_IMAGE: background.png
120+
ALIGN: left # left / center / right
121+
ANCHOR: rt # Check https://pillow.readthedocs.io/en/stable/handbook/text-anchors.html

res/themes/NVIDIA/theme_example.png

495 KB
Loading
6.3 KB
Loading
520 KB
Loading

0 commit comments

Comments
 (0)