diff options
Diffstat (limited to 'pywal/settings.py')
| -rw-r--r-- | pywal/settings.py | 17 |
1 files changed, 11 insertions, 6 deletions
diff --git a/pywal/settings.py b/pywal/settings.py index 9037285..acfc625 100644 --- a/pywal/settings.py +++ b/pywal/settings.py @@ -1,11 +1,16 @@ """ -Global Constants. + '|| +... ... .... ... ... ... ... .... || + ||' || '|. | || || | '' .|| || + || | '|.| ||| ||| .|' || || + ||...' '| | | '|..'|' .||. + || .. | +'''' '' +Created by Dylan Araps. """ -import pathlib +import pathlib __version__ = "0.4.0" - - -COLOR_COUNT = 16 -CACHE_DIR = pathlib.Path.home() / ".cache/wal/" +__cache_dir__ = pathlib.Path.home() / ".cache/wal/" +__color_count__ = 16 |
