fastfetch icon indicating copy to clipboard operation
fastfetch copied to clipboard

[FEAT] Improve module formattion

Open CarterLi opened this issue 1 year ago • 2 comments

Instead of the meaningless {6}{7}{8}, {user-name-colored}{at-symbol-colored}{host-name-colored} should be supported

CarterLi avatar Apr 16 '24 13:04 CarterLi

I totally agree the numbers are confusing, how are we supposed to know what each one means

zaynOm avatar Apr 24 '24 09:04 zaynOm

$ fastfetch -h title-format
--title-format:
Sets the format string for Title output.
To see how a format string is constructed, take a look at "fastfetch --help format".
The following values are passed:
        {1}: User name
        {2}: Host name
        {3}: Home directory
        {4}: Executable path of current process
        {5}: User's default shell
        {6}: User name (colored)
        {7}: @ symbol (colored)
        {8}: Host name (colored)
The default is something similar to "{6}{7}{8}".

CarterLi avatar Apr 24 '24 10:04 CarterLi