aboutsummaryrefslogtreecommitdiff
path: root/config.def.h
diff options
context:
space:
mode:
authorKrow Savcik <krow@savcik.xyz>2024-02-13 18:31:38 +0200
committerKrow Savcik <krow@savcik.xyz>2024-02-13 18:31:38 +0200
commit306691b02acce8711ad82c8efc736164e1fe7cd2 (patch)
treebbe81b65cf1b07e6a5c0ca1d870a33612c87f66a /config.def.h
parent669f50e2d6fc55751e0f3afb4d1bdf633446b169 (diff)
feature: simple text rendering ability
Diffstat (limited to 'config.def.h')
-rw-r--r--config.def.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/config.def.h b/config.def.h
index d05b051..bce7925 100644
--- a/config.def.h
+++ b/config.def.h
@@ -4,6 +4,7 @@ const unsigned int maxzoom = 20;
const unsigned int fps = 30;
const char *def_palette_path = "assets/default.gpl";
const char *def_theme_path = "assets/ui.png";
+const char *def_font = "assets/unifont.bdf";
/* path to an external program for picking files. it should output only the picked file in stdout */
const char *cmd_file_picker = NULL; /* NULL - will take input from terminal */
const unsigned int back_c = COLTOINT(146, 161, 185);