summaryrefslogtreecommitdiff
path: root/pywal/settings.py
diff options
context:
space:
mode:
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