Closed thisismygitrepo closed 10 months ago
What version of presenterm are you using?
The latest, 0.4.1
I just did more experiments, it seems to complain if the config file is corrupt, e.g. it says
invalid configuration: unknown field
footer, expected one of
defaults,
typst,
optionsat line 17 column 1
But when I fix it and put something like the config you see at the begining of this thread, it doesn't complain anymore but it doesn't respect the config at all.
The only fields you can use in your config file are these ones so yes, those complaints are real. I did make a mistake on the docs apparently, the key you want is defaults.theme
, not defaults.themes
, e.g.
defaults:
theme: terminal-dark
I'll fix that in a bit. Looks like this is missing a lot of validations for unknown fields, pretty much everything in your example config file is unsupported and it should complain.
I'm on a linux machine, kitty terminal, and I added a config.yaml @ ~/.config/presenterm
but
presenterm
is not respecting it at all, no matter what I put there.