enkore / i3pystatus

A complete replacement for i3status
https://i3pystatus.readthedocs.io/
MIT License
445 stars 188 forks source link

Xkblayout KeyErrors and ignoring external layout changes #804

Open elig0n opened 3 years ago

elig0n commented 3 years ago

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 in Xkblayout: KeyError: 'symbol' showed instead at the status bar. I get KeyError also for num count variants.

Followed the docs here