-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.json.example
More file actions
33 lines (33 loc) · 825 Bytes
/
Copy pathconfig.json.example
File metadata and controls
33 lines (33 loc) · 825 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
{
"show_time": true,
"show_date": true,
"show_greeting": true,
"show_weather": true,
"show_location": true,
"show_news": false,
"show_network_info": false,
"show_wifi_status": false,
"show_ip_address": false,
"show_custom_message": false,
"show_events": false,
"show_cpu_temp": false,
"show_system_info": false,
"background_style": "dark",
"weather_update_frequency": 600,
"show_calendar": true,
"clock_style": "24h",
"clock_format": "HH:MM:SS",
"text_effects": {
"scroll_long_text": true,
"max_width": 300
},
"auto_restart": {
"enabled": false,
"time": "03:00",
"days": ["Monday", "Wednesday", "Friday"]
},
"system_warnings": {
"ram_warning": 90,
"storage_warning": 90
}
}