-
-
Notifications
You must be signed in to change notification settings - Fork 659
Description
Description
Add --dynamic flag to fastfetch to keep it opened and updating the system dynamic info (e.g memory).
Motivation
Some users might like to keep fastfetch opened on their desktop, this can be done by simple running the command fastfetch on a terminal. But if that user want to see the updated system data (e. g. memory), he needs to run the command again, and again, indefinitely. It would be cool if fastfetch had a flag like fastfetch --dynamic to keep fastfetch opened and updating the system dynamic information.
Additional context
I tried to achieve this using a shell script with loops, clears and sleeps, but it's a workaround and it keeps flickering. Here is an example of how it would looks like:
Screencast_20251102_065955.webm
If is there a better way to do what i'm trying, this feature might not be needed.