yambar/config.h
2019-01-12 11:47:30 +01:00

16 lines
342 B
C

#pragma once
#include "bar.h"
#include "font.h"
#include "particle.h"
#include "yml.h"
bool conf_verify_bar(const struct yml_node *bar);
struct bar *conf_to_bar(const struct yml_node *bar);
/*
* Utility functions, for e.g. modules
*/
struct particle * conf_to_particle(
const struct yml_node *node, const struct font *parent_font);