Fastfetch display

Might someone suggest how I might add the following results line to my fastfetch display?

stat / | awk ‘/Birth: /{print $2}’

I tried fastfetch -h and see in it:

   --command-shell <str>      Set the shell program to execute the command text
   --command-param <str>      Set the parameter used when starting the shell
   --command-key <str>        Set the module key to display
   --command-text <str>       Set the command text to be executed

I would give that a try.

1 Like

I added the lines below to the fastfetch config.jsonc file:
{
“type”: “command”,
“shell”: “/bin/sh”,
“text”: “stat / | awk ‘/Birth: /{print $2}’”,
“key”: “Forged”,
“keyColor”: “blue”,
},
Thanks!

1 Like

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.