1) It shows both of my layouts at the same time and external layout changes don't affect it at all.
I also tried the "{name}" formatting string to no avail.
2) Although it is said that {symbol} is the default formatter, trying to set it as such manually i.e. format="{symbol}" or combined i.e. format="{name} {symbol}" results in Xkblayout: KeyError: 'symbol' showed instead at the status bar. I get KeyError also for numcountvariants.
Python 3.9
1) It shows both of my layouts at the same time and external layout changes don't affect it at all. I also tried the "{name}" formatting string to no avail.
2) Although it is said that
{symbol}
is the default formatter, trying to set it as such manually i.e.format="{symbol}"
or combined i.e.format="{name} {symbol}"
results inXkblayout: KeyError: 'symbol'
showed instead at the status bar. I get KeyError also fornum
count
variants
.Followed the docs here