aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDylan Araps <[email protected]>2018-07-11 13:16:35 +1000
committerDylan Araps <[email protected]>2018-07-11 13:16:35 +1000
commit33c82904527db34965225b6bd3940ade51915dae (patch)
tree7d2cd11868a7876b0c765c78570d0351c63a703e
parenttheme: Fix alpha. Closes #271 (diff)
downloadpywal-33c82904527db34965225b6bd3940ade51915dae.tar.xz
pywal-33c82904527db34965225b6bd3940ade51915dae.zip
general: Fix reload
-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