aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--pywal/util.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/pywal/util.py b/pywal/util.py
index 1752f71..0557cc4 100644
--- a/pywal/util.py
+++ b/pywal/util.py
@@ -176,3 +176,5 @@ def get_pid(name):
subprocess.check_output(["pidof", "-s", name])
except subprocess.CalledProcessError:
return False
+
+ return True