diff options
Diffstat (limited to 'pywal/settings.py')
| -rwxr-xr-x | pywal/settings.py | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/pywal/settings.py b/pywal/settings.py new file mode 100755 index 0000000..8758a98 --- /dev/null +++ b/pywal/settings.py @@ -0,0 +1,12 @@ +""" +Global Constants. +""" +import pathlib + + +__version__ = "0.2.0" + + +# Internal variables. +COLOR_COUNT = 16 +CACHE_DIR = pathlib.Path.home() / ".cache/wal/" |
