From b832581220073b01f21f1551892bde844bf57eac Mon Sep 17 00:00:00 2001 From: Djent- Date: Thu, 2 May 2019 14:22:20 -0700 Subject: Change indentation to appease pylint --- pywal/reload.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pywal/reload.py b/pywal/reload.py index 5e3c3f8..13e0ca8 100644 --- a/pywal/reload.py +++ b/pywal/reload.py @@ -57,10 +57,10 @@ def bspwm(): def kitty(): """ Reload kitty colors. """ if (shutil.which("kitty") - and util.get_pid("kitty") - and os.getenv('TERM') == 'xterm-kitty'): + and util.get_pid("kitty") + and os.getenv('TERM') == 'xterm-kitty'): subprocess.call([ - "kitty", "@", "set-colors", "--all", + "kitty", "@", "set-colors", "--all", os.path.join(CACHE_DIR, "colors-kitty.conf") ]) -- cgit v1.2.3