mirror of
https://github.com/HorlogeSkynet/archey4
synced 2025-04-16 16:00:13 +02:00
35 lines
598 B
JSON
35 lines
598 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"
|
|
},
|
|
"temperature": {
|
|
"char_before_unit": " ",
|
|
"use_fahrenheit": false
|
|
}
|
|
}
|