Skip to content

Modules

aaronYTDev edited this page Jul 6, 2026 · 2 revisions

Modules, put simply, are the building blocks that add the text to your fastfetch output. Each variable corresponds to a piece of system information.

Default Order & Positions

image

Module States

A variable can be either:

A String — simple name like "kernel"

An Object — enriched form with custom keys, e.g. {"type":"disk","folders":"/"}

When you set a property on a string variable, it automatically converts to an object. The reset command reverts an object back to its default string form.

Clone this wiki locally