diff options
| author | Lukasz Kasprzak <lukas@labunix.xyz> | 2026-07-23 21:23:10 +0200 |
|---|---|---|
| committer | Lukasz Kasprzak <lukas@labunix.xyz> | 2026-07-23 21:23:10 +0200 |
| commit | 0abfaeab69cb31c0a80f56598e64fa98f42824c3 (patch) | |
| tree | 482d20ab386dbaf353aeafc351a5dd72c128c7a5 /internal/config/config.toml | |
| parent | 138c03e34489e8e04f135546ef680e0fa79a6c32 (diff) | |
| download | lectio-0abfaeab69cb31c0a80f56598e64fa98f42824c3.tar.gz lectio-0abfaeab69cb31c0a80f56598e64fa98f42824c3.zip | |
config: parts.new preset to false (uncomment=hide); drop dead parts.traditional; clarify web_theme/web_display are the web defaults
Diffstat (limited to 'internal/config/config.toml')
| -rw-r--r-- | internal/config/config.toml | 33 |
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) |
