summarylogtreecommitdiffstats
path: root/config.h
diff options
context:
space:
mode:
authoraksr2015-06-29 08:00:59 +0200
committeraksr2015-06-29 08:00:59 +0200
commit4ca56be87fa971d616991919a05ca2f89915e119 (patch)
tree71ea94fd9d1e587aee0418f68a6fa7500ffbfa02 /config.h
downloadaur-4ca56be87fa971d616991919a05ca2f89915e119.tar.gz
Start.
Diffstat (limited to 'config.h')
-rw-r--r--config.h21
1 files changed, 21 insertions, 0 deletions
diff --git a/config.h b/config.h
new file mode 100644
index 000000000000..140054b548d9
--- /dev/null
+++ b/config.h
@@ -0,0 +1,21 @@
+/* cnoor config file */
+
+/* framebuffer depth */
+typedef unsigned int fbval_t;
+
+/* optimized version of fb_val() */
+#define FB_VAL(r, g, b) fb_val((r), (g), (b))
+
+/* you can get it from http://tanzil.info/download */
+#define QURAN_PATH "user"
+/* it should be a utf-8 file with one aya per line or NULL */
+#define TRANS_PATH "/usr/share/doc/cnoor/en.ahmedali"
+
+/* fonts and colors */
+#define COLOR_FG 0x000000
+#define COLOR_BG 0xd5ddff
+#define FONT_QURAN "scheherazade 17"
+#define FONT_TRANS "DejaVu Sans 8"
+#define FONT_NUM "DejaVu Sans Mono 7"
+#define FONT_JUZ "DejaVu Sans Mono 7"
+#define FONT_SAJDA "DejaVu Sans Mono 7"