fastfetch-sys 2.43.0

A neofetch like system information tool
Documentation
#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 FFBatteryOptions
{
    FFModuleBaseInfo moduleInfo;
    FFModuleArgs moduleArgs;

    bool temp;
    FFColorRangeConfig tempConfig;
    FFPercentageModuleConfig percent;

    #ifdef _WIN32
        bool useSetupApi;
    #endif
} FFBatteryOptions;