summaryrefslogtreecommitdiff
path: root/pywal/settings.py
blob: d920103da5a828bb13d54e7f0769989d912be85c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
"""
Global Constants.
"""
import os
import pathlib


__version__ = "0.2.6"


# Internal variables.
COLOR_COUNT = 16
CACHE_DIR = pathlib.Path.home() / ".cache/wal/"
TEMPLATE_DIR = os.path.join(os.path.dirname(__file__), "templates")