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

15 lines
305 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 FFZpoolOptions
{
FFModuleBaseInfo moduleInfo;
FFModuleArgs moduleArgs;
FFPercentageModuleConfig percent;
} FFZpoolOptions;