Files
fastfetch/src/modules/cpuusage/option.h
T

16 lines
324 B
C

#pragma once
// This file will be included in "fastfetch.h", do NOT put unnecessary things here
#include "common/option.h"
#include "common/percent.h"
typedef struct FFCPUUsageOptions
{
FFModuleBaseInfo moduleInfo;
FFModuleArgs moduleArgs;
bool separate;
FFColorRangeConfig percent;
} FFCPUUsageOptions;