mirror of
https://github.com/dylanaraps/pywal.git
synced 2024-11-29 03:13:47 +01:00
General: Cleanup
This commit is contained in:
parent
7206eee017
commit
4215f700d1
2
.gitignore
vendored
2
.gitignore
vendored
@ -1,3 +1,5 @@
|
||||
dist/*
|
||||
pywal.egg-info/*
|
||||
*.pyc
|
||||
subprocess
|
||||
re
|
||||
|
@ -11,8 +11,10 @@ import shutil
|
||||
import subprocess
|
||||
import sys
|
||||
|
||||
|
||||
__version__ = "0.1.6"
|
||||
|
||||
|
||||
# Internal variables.
|
||||
COLOR_COUNT = 16
|
||||
CACHE_DIR = pathlib.Path.home() / ".cache/wal/"
|
||||
|
Loading…
Reference in New Issue
Block a user