#pragma once
// This file will be included in "fastfetch.h", do NOT put unnecessary things here
#include"common/option.h"typedefstruct FFLoadavgOptions
{
FFModuleBaseInfo moduleInfo;
FFModuleArgs moduleArgs;
FFPercentageModuleConfig percent;uint8_t ndigits;bool compact;}FFLoadavgOptions;