summarylogtreecommitdiffstats
path: root/config.h
diff options
context:
space:
mode:
authoréclairevoyant2023-05-27 15:47:58 -0400
committeréclairevoyant2023-05-27 15:47:58 -0400
commitc3de4a51b72583bbb3a62a46cebc007830416a51 (patch)
tree3fe986acdb3329235e5ef642a17de54e5818ed5a /config.h
parent4ca56be87fa971d616991919a05ca2f89915e119 (diff)
downloadaur-cnoor-git.tar.gz
fix url, deps, source, quoting; respect compilation flags; remove garbage files from AUR repo
Diffstat (limited to 'config.h')
-rw-r--r--config.h21
1 files changed, 0 insertions, 21 deletions
diff --git a/config.h b/config.h
deleted file mode 100644
index 140054b548d9..000000000000
--- a/config.h
+++ /dev/null
@@ -1,21 +0,0 @@
-/* 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"