disable stocks to reduce terminal clutter

This commit is contained in:
ChuckBuilds
2025-05-25 17:55:13 -05:00
parent 8f50c70957
commit 1460f10a9a
2 changed files with 5 additions and 2 deletions

View File

@@ -74,7 +74,7 @@
"display_format": "{temp}°F\n{condition}"
},
"stocks": {
"enabled": true,
"enabled": false,
"update_interval": 300,
"symbols": [
"ASTS", "SCHD", "INTC", "NVDA", "T", "VOO", "SPEST", "SMCI"
@@ -82,7 +82,7 @@
"display_format": "{symbol}: ${price} ({change}%)"
},
"crypto": {
"enabled": true,
"enabled": false,
"update_interval": 300,
"symbols": [
"BTC-USD", "ETH-USD"