Skip to content

Commit befc826

Browse files
committed
[Change] line_graphs timer
All line_graphs for cpu, gpu, net, ping etc. are now an historic of 120s for consistency
1 parent ad62d0a commit befc826

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

res/themes/ColoredFlat/theme.yaml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ STATS:
7171
# In seconds. Longer intervals cause this to refresh more slowly.
7272
# Setting to lower values will display near real time data,
7373
# but may cause significant CPU usage or the display not to update properly
74-
INTERVAL: 0.5
74+
INTERVAL: 0.25
7575
TEXT:
7676
SHOW: true
7777
SHOW_UNIT: true
@@ -102,7 +102,7 @@ STATS:
102102
HEIGHT: 70
103103
MIN_VALUE: 0
104104
MAX_VALUE: 100
105-
HISTORY_SIZE: 120
105+
HISTORY_SIZE: 480
106106
AUTOSCALE: false
107107
LINE_COLOR: 247, 227, 227
108108
AXIS: true
@@ -178,7 +178,7 @@ STATS:
178178
# In seconds. Longer intervals cause this to refresh more slowly.
179179
# Setting to lower values will display near real time data,
180180
# but may cause significant CPU usage or the display not to update properly
181-
INTERVAL: 1
181+
INTERVAL: 0.25
182182
PERCENTAGE:
183183
TEXT:
184184
SHOW: true
@@ -191,7 +191,7 @@ STATS:
191191
# BACKGROUND_COLOR: 0, 0, 0
192192
BACKGROUND_IMAGE: background.png
193193
GRAPH:
194-
SHOW: true
194+
SHOW: false
195195
X: 280
196196
Y: 210
197197
WIDTH: 160
@@ -210,7 +210,7 @@ STATS:
210210
HEIGHT: 70
211211
MIN_VALUE: 0
212212
MAX_VALUE: 100
213-
HISTORY_SIZE: 120
213+
HISTORY_SIZE: 480
214214
AUTOSCALE: false
215215
LINE_COLOR: 247, 227, 227
216216
AXIS: True
@@ -509,7 +509,7 @@ STATS:
509509
HEIGHT: 60
510510
MIN_VALUE: 0
511511
MAX_VALUE: 500000
512-
HISTORY_SIZE: 60
512+
HISTORY_SIZE: 120
513513
AUTOSCALE: False
514514
LINE_COLOR: 247, 227, 227
515515
AXIS: True
@@ -544,7 +544,7 @@ STATS:
544544
HEIGHT: 60
545545
MIN_VALUE: 0
546546
MAX_VALUE: 1500000
547-
HISTORY_SIZE: 60
547+
HISTORY_SIZE: 120
548548
AUTOSCALE: False
549549
LINE_COLOR: 247, 227, 227
550550
AXIS: True
@@ -587,7 +587,7 @@ STATS:
587587
# BACKGROUND_COLOR: 50, 50, 50
588588
BACKGROUND_IMAGE: background.png
589589
WEATHER:
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)
590+
# For optimal use, if you don't want to trigger the free threshold daily call (1000 calls), the interval should be 90 MINIMUM (not really useful as the API didn't update that quickly)
591591
INTERVAL: 300
592592
TEXT:
593593
SHOW: True

0 commit comments

Comments
 (0)