General: Cleanup

This commit is contained in:
Dylan Araps 2017-06-26 10:49:23 +10:00
parent 7206eee017
commit 4215f700d1
2 changed files with 4 additions and 0 deletions

2
.gitignore vendored
View File

@ -1,3 +1,5 @@
dist/* dist/*
pywal.egg-info/* pywal.egg-info/*
*.pyc *.pyc
subprocess
re

View File

@ -11,8 +11,10 @@ import shutil
import subprocess import subprocess
import sys import sys
__version__ = "0.1.6" __version__ = "0.1.6"
# Internal variables. # Internal variables.
COLOR_COUNT = 16 COLOR_COUNT = 16
CACHE_DIR = pathlib.Path.home() / ".cache/wal/" CACHE_DIR = pathlib.Path.home() / ".cache/wal/"