kitty-theme-changer icon indicating copy to clipboard operation
kitty-theme-changer copied to clipboard

Obsolete: use "kitty +kittens themes"

Results 4 kitty-theme-changer issues
Sort by recently updated
recently updated
newest added

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...

`kitty-theme --help-config` only outputs an error message that says: > usage: kitty-theme [-h] [--version] [-d] [-v] [-c CONFIG] [-l] [-s] [-T TEST_THEME] [-t] > [--setd DARK_THEME] [--setl LIGHT_THEME] [-L] [--help-config]...

psutil was not imported as a module, so process_iter should be referenced directly.

Need to see if there is a way to suppress the __pycache__ files to prevent them from littering up the filesystem wherever the kitty-theme script is executed.