archey4/config.json
Roy Schroedel c6fa9acf19 IPv6 support for LAN_IP and WAN_IP plus max. number for LAN addresses (#15)
* 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`
2017-12-28 21:14:37 +00:00

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
}
}