mirror of
https://github.com/dylanaraps/pywal.git
synced 2025-01-23 06:18:35 +01:00
Change indentation to appease pylint
This commit is contained in:
parent
b78bf719e6
commit
b832581220
@ -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")
|
||||
])
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user