HorlogeSkynet / archey4

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

[FEATURE] Change the Color from the Output #109

Closed mrcsdl closed 2 years ago

mrcsdl commented 2 years ago

Describe the solution you'd like

The possibility to adjust the color of the font of the output. Maybe in the Config file with hex color codes or something like that. Something like Default [RED]Hostname: [White]Homeserver Custom [Cyan]Hostname: [Yellow]Homeserver

HorlogeSkynet commented 2 years ago

Hi @mrcsdl

Entries color is currently being "inherited" from logo (the "first" one of the colors palette). May I assume you only want to override this one, and not logo ones ? If so, yes it could be achieved from configuration.

I have one more question though : how are we supposed to handle OS-RELEASE's ANSI_COLOR with such a new setting ? (At the moment, this setting overrides the whole packaged colors palette, so logo and entries colors)

What do you think about this ?

Feel free to tell me I misunderstand your feature request. Bye :wave:

mrcsdl commented 2 years ago

Proposal 2 sounds awesome that's actually what I mean.

I just want to customize it a bit. That it matches to the rest of my bash

HorlogeSkynet commented 2 years ago

Hey @mrcsdl, please see #110 and tell me whether the implementation fits your needs ! Closing here as PR is on its way.

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

Hey @mrcsdl, this feature has just been released as v4.13.4 ! Bye :pray: