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


__version__ = "0.2.6"


# Internal variables.
COLOR_COUNT = 16
CACHE_DIR = pathlib.Path.home() / ".cache/wal/"