#pragma once
// This file will be included in "fastfetch.h", do NOT put unnecessary things here
#include"common/option.h"typedefstruct FFPhysicalDiskOptions
{
FFModuleBaseInfo moduleInfo;
FFModuleArgs moduleArgs;
FFstrbuf namePrefix;bool temp;
FFColorRangeConfig tempConfig;}FFPhysicalDiskOptions;