summaryrefslogtreecommitdiff
path: root/pywal/settings.py
diff options
context:
space:
mode:
authorDylan Araps <dylan.araps@gmail.com>2017-07-22 22:26:49 +1000
committerDylan Araps <dylan.araps@gmail.com>2017-07-22 22:26:49 +1000
commitde47c1beaaa77ee6f50235daba735ccc98ad608c (patch)
tree03fca45aead0204d0b8619d775077f1046230ba0 /pywal/settings.py
parenta4ea6a4f7addc3ada3c466a763331d793190a342 (diff)
api: Remove wal.py
Diffstat (limited to 'pywal/settings.py')
-rw-r--r--pywal/settings.py16
1 files changed, 16 insertions, 0 deletions
diff --git a/pywal/settings.py b/pywal/settings.py
new file mode 100644
index 0000000..acfc625
--- /dev/null
+++ b/pywal/settings.py
@@ -0,0 +1,16 @@
+"""
+ '||
+... ... .... ... ... ... ... .... ||
+ ||' || '|. | || || | '' .|| ||
+ || | '|.| ||| ||| .|' || ||
+ ||...' '| | | '|..'|' .||.
+ || .. |
+'''' ''
+Created by Dylan Araps.
+"""
+
+import pathlib
+
+__version__ = "0.4.0"
+__cache_dir__ = pathlib.Path.home() / ".cache/wal/"
+__color_count__ = 16