aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--internal/config/config.toml33
1 files changed, 12 insertions, 21 deletions
diff --git a/internal/config/config.toml b/internal/config/config.toml
index 3a15de2..f89a458 100644
--- a/internal/config/config.toml
+++ b/internal/config/config.toml
@@ -6,29 +6,20 @@ 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_theme = "transfiguration" # default lectio-web theme (built-in order/season name, or a user theme in ~/.config/lectio/themes/)
web_port = 0 # lectio-web port; 0 = try 1099, then any free port
-web_display = "horizontal" # lectio-web layout: "horizontal" (stacked), "vertical" (columns), "interlinear" (verse-by-verse)
+web_display = "horizontal" # default lectio-web layout ("uklad"): "horizontal" (stacked), "vertical" (columns), "interlinear" (verse-by-verse)
web_mono = false # lectio-web: monospace reading face for any theme (also a top-bar "mono" toggle)
-# 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.)
+# Hide reading parts you don't want. Every part shows by default; a part is
+# hidden only when you uncomment its line below (each is preset to false =
+# hide). Parts you don't list stay shown. Only the modern lectionary has
+# part toggles -- the traditional lectionary always shows just the epistle
+# and gospel.
#
# [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
+# pierwsze_czytanie = false # 1. czytanie (1st reading)
+# psalm = false # Psalm
+# drugie_czytanie = false # 2. czytanie (2nd reading, on feasts)
+# aklamacja = false # Aklamacja (acclamation)
+# ewangelia = false # Ewangelia (gospel)