mirror of
https://github.com/HorlogeSkynet/archey4
synced 2025-04-08 04:00:18 +02:00
62 lines
1.0 KiB
JSON
62 lines
1.0 KiB
JSON
{
|
|
"allow_overriding": true,
|
|
"suppress_warnings": false,
|
|
"entries": {
|
|
"User": true,
|
|
"Hostname": true,
|
|
"Model": true,
|
|
"Distro": true,
|
|
"Kernel": true,
|
|
"Uptime": true,
|
|
"WindowManager": true,
|
|
"DesktopEnvironment": true,
|
|
"Shell": true,
|
|
"Terminal": true,
|
|
"Packages": true,
|
|
"Temperature": true,
|
|
"CPU": true,
|
|
"GPU": true,
|
|
"RAM": true,
|
|
"Disk": true,
|
|
"LAN_IP": true,
|
|
"WAN_IP": true
|
|
},
|
|
"colors_palette": {
|
|
"use_unicode": false,
|
|
"honor_ansi_color": true
|
|
},
|
|
"default_strings": {
|
|
"no_address": "No Address",
|
|
"not_detected": "Not detected",
|
|
"virtual_environment": "Virtual Environment"
|
|
},
|
|
"gpu": {
|
|
"one_line": true,
|
|
"max_count": 2
|
|
},
|
|
"ip_settings": {
|
|
"lan_ip_max_count": 2,
|
|
"lan_ip_v6_support": true,
|
|
"wan_ip_v6_support": true
|
|
},
|
|
"limits": {
|
|
"ram": {
|
|
"warning": 33.3,
|
|
"danger": 66.7
|
|
},
|
|
"disk": {
|
|
"warning": 50,
|
|
"danger": 75
|
|
}
|
|
},
|
|
"temperature": {
|
|
"char_before_unit": " ",
|
|
"sensors_chipsets": [],
|
|
"use_fahrenheit": false
|
|
},
|
|
"timeout": {
|
|
"ipv4_detection": 1,
|
|
"ipv6_detection": 1
|
|
}
|
|
}
|