mirror of
https://github.com/dylanaraps/pywal.git
synced 2025-06-20 17:47:44 +02:00
Change indentation to appease pylint
This commit is contained in:
parent
b78bf719e6
commit
b832581220
@ -57,8 +57,8 @@ def bspwm():
|
|||||||
def kitty():
|
def kitty():
|
||||||
""" Reload kitty colors. """
|
""" Reload kitty colors. """
|
||||||
if (shutil.which("kitty")
|
if (shutil.which("kitty")
|
||||||
and util.get_pid("kitty")
|
and util.get_pid("kitty")
|
||||||
and os.getenv('TERM') == 'xterm-kitty'):
|
and os.getenv('TERM') == 'xterm-kitty'):
|
||||||
subprocess.call([
|
subprocess.call([
|
||||||
"kitty", "@", "set-colors", "--all",
|
"kitty", "@", "set-colors", "--all",
|
||||||
os.path.join(CACHE_DIR, "colors-kitty.conf")
|
os.path.join(CACHE_DIR, "colors-kitty.conf")
|
||||||
|
Loading…
x
Reference in New Issue
Block a user