summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDylan Araps <dylan.araps@gmail.com>2017-07-22 10:58:14 +1000
committerDylan Araps <dylan.araps@gmail.com>2017-07-22 10:58:14 +1000
commit7d1fc8d4d3ea3a182b567a4d54c87574f0506fcd (patch)
tree830480df534ead832a497d9d174a5db5f81be673
parent38afea4f2ef5a4a04ef44139aa1ed01f3655a797 (diff)
general: Disable notifications by default.
-rw-r--r--pywal/wal.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pywal/wal.py b/pywal/wal.py
index fa0eb3e..695645a 100644
--- a/pywal/wal.py
+++ b/pywal/wal.py
@@ -25,7 +25,7 @@ def get_image(img, cache_dir=CACHE_DIR):
def create_palette(img, cache_dir=CACHE_DIR,
- color_count=COLOR_COUNT, quiet=False):
+ color_count=COLOR_COUNT, quiet=True):
"""Create a palette and return it as a dict."""
return magic.get_colors(img, cache_dir, color_count, quiet)