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

* First draft of external configuration feature * Updates README with external configurations and updates image preview * Specifies the optional aspect of external configuration in the README
10 lines
140 B
JSON
10 lines
140 B
JSON
{
|
|
"default_strings": {
|
|
"no_address": "No Address",
|
|
"not_detected": "Not detected"
|
|
},
|
|
"temperature": {
|
|
"use_fahrenheit": false
|
|
}
|
|
}
|