Replies: 1 comment
-
|
The Wiki shows how you can do this: https://github.com/fastfetch-cli/fastfetch/wiki/Format-String-Guide if you run this, it tells you what the format options are: I've just updated mine with the below to demonstrate: Just put the variables you want in curly brackets and normal text outside (but within the quoted format string). This applies to a lot of the modules, so you can customise how the output is displayed using that "format" line. Hopefully that makes sense. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

Uh oh!
There was an error while loading. Please reload this page.
-
Hi there, apologies if I have missed a rather obvious setting, but:
I'm trying to make the uptime appear as following: "1 hour 32 mins", without the comma thats added by default. It doesn't seem like there's a rather obvious solution for this. The only option is to add "abbreviation": true to "duration" under "display", this gets rid of the comma but also shortens the words. Is there any solution to get it formatted like how I want it?
Many thanks,
Quinn
Beta Was this translation helpful? Give feedback.
All reactions