config.h 623 B

12345678910111213141516171819202122
  1. /* cnoor config file */
  2. /* framebuffer depth */
  3. typedef unsigned int fbval_t;
  4. /* optimized version of fb_val() */
  5. #define FB_VAL(r, g, b) fb_val((r), (g), (b))
  6. /* you can get it from http://tanzil.info/download */
  7. #define QURAN_PATH "user"
  8. /* it should be a utf-8 file with one aya per line or NULL */
  9. #define TRANS_PATH "/usr/share/doc/cnoor/en.ahmedali"
  10. /* fonts and colors */
  11. #define COLOR_FG 0x000000
  12. #define COLOR_BG 0xd5ddff
  13. #define FONT_QURAN "scheherazade 17"
  14. #define FONT_TRANS "DejaVu Sans 8"
  15. #define FONT_NUM "DejaVu Sans Mono 7"
  16. #define FONT_JUZ "DejaVu Sans Mono 7"
  17. #define FONT_SAJDA "DejaVu Sans Mono 7"