archey4/archey/config.json
Samuel FORESTIER 3094ebb0cc
Merge v4.4 base changes, see below for details :
* Adds test cases
* Now compatible with setuptools
* Improves documentation
* Sets a real software architecture for a Python project
* New code styles to improve readability
* Now GPU will sort entries by relevancy and output only the best one
* Adds new strings to configuration for translation
* Major optimizations of external calls
* Packages entry will now output more accurate values, and is compatible with non-English locales
2018-02-19 07:22:02 +01:00

46 lines
867 B
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
},
"default_strings": {
"no_address": "No Address",
"not_detected": "Not detected",
"virtual_environment": "Virtual Environment",
"bare_metal_environment": "Bare-metal Environment"
},
"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
}
}