Replies: 3 comments
-
|
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.
-
|
Yes I've seen the formatting options, problem is that this doesn't account for singular units, so it will also say "1 days 1 hours 1 minutes". I'm guessing there's no way to account for that? |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.


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