mirror of
https://github.com/HorlogeSkynet/archey4
synced 2025-04-16 16:00:13 +02:00

* Adds optional IPv6 support (enabled by default) * Adds option to define the maximum number of LAN addresses to display (settable to `false` for an unlimited display) * Improves documentation of new options available * Reworks completely `WAN_IP` entry (with changes brought by @Si13n7) * Improves consistency between `hostname -I` and "manual way" for `LAN_IP`
39 lines
673 B
JSON
39 lines
673 B
JSON
{
|
|
"allow_overriding": true,
|
|
"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
|
|
},
|
|
"default_strings": {
|
|
"no_address": "No Address",
|
|
"not_detected": "Not detected"
|
|
},
|
|
"ip_settings": {
|
|
"lan_ip_max_count": 2,
|
|
"wan_ip_v6_support": true
|
|
},
|
|
"temperature": {
|
|
"char_before_unit": " ",
|
|
"use_fahrenheit": false
|
|
}
|
|
}
|