updated on Mon Jan 16 16:00:41 UTC 2012
[aur-mirror.git] / noor / config.patch
blob678a95b444d3385284d32a0be987ca09312c7f38
1 diff -Naur noor-1.1.orig/noor/uihelpers.py noor-1.1/noor/uihelpers.py
2 --- noor/uihelpers.py 2008-11-22 08:16:47.000000000 +0200
3 +++ noor/uihelpers.py 2008-11-26 17:41:57.000000000 +0200
4 @@ -183,8 +183,8 @@
5 # http://noor.sf.net/
7 [common]
8 -# the translation file
9 -#translation = /path/to/translation.file
10 +#Turkish Diyanet Translation. Change the path below for another translation
11 +translation = /usr/share/noor/trans/diyanet.trans.zip
12 # if you want to override noor's quan text
13 #quran = /path/to/quran.text
15 @@ -204,8 +204,8 @@
17 [gtk]
18 # the font to use
19 -font = Dejavu Sans Mono size:23 bgcolor:#DDDDFF
20 -translation_font = Dejavu Sans Mono size:14 fgcolor:#444455
21 +font = Scheherazade size:24 bgcolor:#DDDDFF
22 +translation_font = Dejavu Sans size:12 fgcolor:#444455
23 # should noor ask which sura to show if no argument is given
24 ask_sura_at_start = 1
26 @@ -232,7 +232,7 @@
27 #hide_buttons = 1
29 # controls whether to show notes box
30 -#show_notes = 1
31 +show_notes = 1
32 # the location of note files; ~/.noornotes by default
33 #notes_dir = ~/.noornotes
35 @@ -245,11 +245,11 @@
36 #bookmark_file = ~/.noor.bmk
38 # uncomment to shadow all but the current aya
39 -#shadow_ayas = 1
40 +shadow_ayas = 1
42 [html]
43 # the font to use
44 -font = Dejavu Sans Mono 7
45 +font = Scheherazade 8
46 translation_font = Dejavu Sans Mono size:3 fgcolor:444455
48 [cgi]