mirror of
https://github.com/dylanaraps/pywal.git
synced 2025-01-25 07:19:27 +01:00
general: Fix reload
This commit is contained in:
parent
1e504e9c1e
commit
33c8290452
@ -176,3 +176,5 @@ def get_pid(name):
|
||||
subprocess.check_output(["pidof", "-s", name])
|
||||
except subprocess.CalledProcessError:
|
||||
return False
|
||||
|
||||
return True
|
||||
|
Loading…
Reference in New Issue
Block a user