You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: res/themes/Perso/theme.yaml
+46-19Lines changed: 46 additions & 19 deletions
Original file line number
Diff line number
Diff line change
@@ -71,19 +71,19 @@ STATS:
71
71
# In seconds. Longer intervals cause this to refresh more slowly.
72
72
# Setting to lower values will display near real time data,
73
73
# but may cause significant CPU usage or the display not to update properly
74
-
INTERVAL: 1
74
+
INTERVAL: 0.5
75
75
TEXT:
76
76
SHOW: true
77
77
SHOW_UNIT: true
78
-
X: 65
79
-
Y: 175
78
+
X: 110
79
+
Y: 127
80
80
FONT: jetbrains-mono/JetBrainsMono-Bold.ttf
81
-
FONT_SIZE: 40
81
+
FONT_SIZE: 35
82
82
FONT_COLOR: 247, 227, 227
83
83
# BACKGROUND_COLOR: 0, 0, 0
84
84
BACKGROUND_IMAGE: background.png
85
85
GRAPH:
86
-
SHOW: true
86
+
SHOW: false
87
87
X: 40
88
88
Y: 210
89
89
WIDTH: 160
@@ -94,6 +94,21 @@ STATS:
94
94
BAR_OUTLINE: true
95
95
# BACKGROUND_COLOR: 0, 0, 0
96
96
BACKGROUND_IMAGE: background.png
97
+
LINE_GRAPH:
98
+
SHOW: true
99
+
X: 30
100
+
Y: 160
101
+
WIDTH: 180
102
+
HEIGHT: 70
103
+
MIN_VALUE: 0
104
+
MAX_VALUE: 100
105
+
HISTORY_SIZE: 120
106
+
AUTOSCALE: false
107
+
LINE_COLOR: 247, 227, 227
108
+
AXIS: true
109
+
AXIS_COLOR: 247, 227, 227
110
+
# BACKGROUND_COLOR: 0, 0, 0
111
+
BACKGROUND_IMAGE: background.png
97
112
FREQUENCY:
98
113
# In seconds. Longer intervals cause this to refresh more slowly.
99
114
# Setting to lower values will display near real time data,
@@ -168,8 +183,8 @@ STATS:
168
183
TEXT:
169
184
SHOW: true
170
185
SHOW_UNIT: True
171
-
X: 305
172
-
Y: 175
186
+
X: 345
187
+
Y: 127
173
188
FONT: jetbrains-mono/JetBrainsMono-Bold.ttf
174
189
FONT_SIZE: 40
175
190
FONT_COLOR: 247, 227, 227
@@ -187,6 +202,21 @@ STATS:
187
202
BAR_OUTLINE: true
188
203
# BACKGROUND_COLOR: 0, 0, 0
189
204
BACKGROUND_IMAGE: background.png
205
+
LINE_GRAPH:
206
+
SHOW: true
207
+
X: 270
208
+
Y: 160
209
+
WIDTH: 180
210
+
HEIGHT: 70
211
+
MIN_VALUE: 0
212
+
MAX_VALUE: 100
213
+
HISTORY_SIZE: 120
214
+
AUTOSCALE: false
215
+
LINE_COLOR: 247, 227, 227
216
+
AXIS: True
217
+
AXIS_COLOR: 247, 227, 227
218
+
# BACKGROUND_COLOR: 0, 0, 0
219
+
BACKGROUND_IMAGE: background.png
190
220
MEMORY:
191
221
GRAPH:
192
222
SHOW: true
@@ -489,7 +519,7 @@ STATS:
489
519
UPLOADED:
490
520
TEXT:
491
521
SHOW: true
492
-
X: 315
522
+
X: 370
493
523
Y: 570
494
524
FONT: jetbrains-mono/JetBrainsMono-Bold.ttf
495
525
FONT_SIZE: 17
@@ -524,7 +554,7 @@ STATS:
524
554
DOWNLOADED:
525
555
TEXT:
526
556
SHOW: true
527
-
X: 80
557
+
X: 135
528
558
Y: 570
529
559
FONT: jetbrains-mono/JetBrainsMono-Bold.ttf
530
560
FONT_SIZE: 17
@@ -540,7 +570,7 @@ STATS:
540
570
SHOW: True
541
571
X: 275
542
572
Y: 25
543
-
FONT: roboto-mono/RobotoMono-Bold.ttf
573
+
FONT: roboto/Roboto-Bold.ttf
544
574
FONT_SIZE: 30
545
575
FONT_COLOR: 247, 227, 227
546
576
# BACKGROUND_COLOR: 50, 50, 50
@@ -551,28 +581,25 @@ STATS:
551
581
SHOW: True
552
582
X: 55
553
583
Y: 25
554
-
FONT: roboto-mono/RobotoMono-Bold.ttf
584
+
FONT: roboto/Roboto-Bold.ttf
555
585
FONT_SIZE: 30
556
586
FONT_COLOR: 247, 227, 227
557
587
# BACKGROUND_COLOR: 50, 50, 50
558
588
BACKGROUND_IMAGE: background.png
559
-
560
589
WEATHER:
561
-
INTERVAL: 120
590
+
# For optimal use, if you don't want to trigger the free threshold daily call (1000 calls), the interval should be 90 MAX (not really useful as the API didn't update that quickly)
591
+
INTERVAL: 300
562
592
TEXT:
563
593
SHOW: True
564
-
X: 50
565
-
Y: 60
594
+
X: 55
595
+
Y: 75
566
596
FONT: roboto-mono/RobotoMono-Bold.ttf
567
597
FONT_SIZE: 18
568
598
FONT_COLOR: 247, 227, 227
569
-
BACKGROUND_IMAGE: background.png
570
-
599
+
BACKGROUND_IMAGE: background.png
571
600
CUSTOM:
572
-
573
601
# For now the refresh interval (in seconds) is the same for all custom data classes
0 commit comments