Skip to content

Commit 6a2a661

Browse files
committed
Improve theme_example.yaml
1 parent e4b2952 commit 6a2a661

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

res/themes/theme_example.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -178,6 +178,9 @@ STATS:
178178
# BACKGROUND_COLOR: 50, 50, 50
179179
BACKGROUND_IMAGE: background.png
180180
TEMPERATURE:
181+
# In seconds. Longer intervals cause this to refresh more slowly.
182+
# Setting to lower values will display near real time data,
183+
# but may cause significant CPU usage or the display not to update properly
181184
INTERVAL: 5
182185
TEXT:
183186
SHOW: False
@@ -238,6 +241,9 @@ STATS:
238241
# BACKGROUND_COLOR: 0, 0, 0
239242
BACKGROUND_IMAGE: background.png
240243
FAN_SPEED:
244+
# In seconds. Longer intervals cause this to refresh more slowly.
245+
# Setting to lower values will display near real time data,
246+
# but may cause significant CPU usage or the display not to update properly
241247
INTERVAL: 5
242248
TEXT:
243249
SHOW: False

0 commit comments

Comments
 (0)