HorlogeSkynet / archey4

:computer: Maintained fork of the original Archey (Linux) system tool
https://git.io/archey4
GNU General Public License v3.0
295 stars 37 forks source link

[OUTPUT] Allows entries color overriding from configuration #110

Closed HorlogeSkynet closed 2 years ago

HorlogeSkynet commented 2 years ago

See #109 for context.

How has this been tested ?

Locally and unit tests.

Types of changes :

Checklist :

mrcsdl commented 2 years ago

what type of imput ill need to do there iam a bit confused :D

"entries_color": "0,255,255",
this is not working but maybe its the wrong syntax right?
HorlogeSkynet commented 2 years ago

Have you correctly checked out locally the source branch proposed here ? It will only work with these revisions ! Moreover separator is ; and not , for configuration string. Take a look to the URL available in README comment just above entries_color, it explains which values are expected 😇

HorlogeSkynet commented 2 years ago

Are we OK for a merge @mrcsdl ? :slightly_smiling_face:

HorlogeSkynet commented 2 years ago

Up @mrcsdl 🙏

HorlogeSkynet commented 2 years ago

Merging due to age.