mirror of
https://codeberg.org/dnkl/yambar.git
synced 2025-06-16 00:05:40 +02:00
initial commit: wip
This commit is contained in:
commit
8bf8a398b9
30 changed files with 2921 additions and 0 deletions
7
config.h
Normal file
7
config.h
Normal file
|
@ -0,0 +1,7 @@
|
|||
#pragma once
|
||||
|
||||
#include "bar.h"
|
||||
#include "yml.h"
|
||||
#include "font.h"
|
||||
|
||||
struct bar *conf_to_bar(const struct yml_node *bar);
|
Loading…
Add table
Add a link
Reference in a new issue