blob: 4ad32895460ddfd948a3130642818dfa5c8dd0ae (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
|
schema_version = 1
lectionary = "new" # "new" (niedziela.pl) or "traditional" (missalemeum, 1962)
traditional_lang = "pl" # vernacular for traditional propers: "pl" or "en"
versions = ["pl", "wuj", "vul", "grb", "drb"] # compare set + TUI cycle order
default_version = "pl" # TUI start / `lectio show` default
width = 0 # CLI wrap width; 0 = detect terminal
all = false # default to all parts (true) or just the gospel (false)
offline = false # true = never fetch; read only harvested sigla + cache
web_theme = "transfiguration" # built-in order/season theme or a user theme in ~/.config/lectio/themes/
web_port = 0 # lectio-web port; 0 = auto-pick a free port
# Which parts to show. Both tables are commented out -> every part is shown.
# Uncomment a table and set a part to false to hide it; parts you don't list
# stay shown. (Parsed as a map: a part is hidden only if explicitly false.)
#
# [parts.new]
# pierwsze_czytanie = true # 1. czytanie (1st reading)
# psalm = true # Psalm
# drugie_czytanie = true # 2. czytanie (2nd reading, on feasts)
# aklamacja = true # Aklamacja (acclamation)
# ewangelia = true # Ewangelia (gospel)
#
# [parts.traditional]
# introitus = true # Introit
# oratio = true # Collect
# lectio = true # Epistle
# graduale = true # Gradual / Alleluia / Tract
# evangelium = true # Gospel
# offertorium = true # Offertory
# secreta = true # Secret
# communio = true # Communion
# postcommunio = true # Postcommunion
|