archey4/config.json
AdJaGu adf5fc3f14 Add config options for timeout (#21)
* Adds config.get('timeout')['ipv6'] and config.get('timeout')['ipv4'] to archey

* Add timeout option with separate timers for ipv6 and ipv4.

* Renames option name + PEP8

* Adds new options to documentation

* Adds new timeout option to default values (in case of standalone execution)

* Sets default timeouts to 1 second instead of 5
2018-02-01 22:46:37 +01:00

43 lines
736 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
},
"timeout": {
"ipv4_detection": 1,
"ipv6_detection": 1
}
}