Liang Chen

Results 2 issues of Liang Chen

With mono font, the numbers in status bar look fine. Is it possible to have proportional font with tabular numbers font feature supported? In CSS world, the feature looks like...

enhancement
help wanted

Thanks for this nice tool. Just suppress some exception on mac in sample config. ``` def kitty_pid(): for p in psutil.process_iter(["name", "pid", "ppid"]): try: if "kitty" in p.name(): return p.pid...