mirror of
https://github.com/dylanaraps/pywal.git
synced 2025-08-11 23:29:04 +02:00
General: Cleanup
This commit is contained in:
2
.gitignore
vendored
2
.gitignore
vendored
@ -1,3 +1,5 @@
|
|||||||
dist/*
|
dist/*
|
||||||
pywal.egg-info/*
|
pywal.egg-info/*
|
||||||
*.pyc
|
*.pyc
|
||||||
|
subprocess
|
||||||
|
re
|
||||||
|
@ -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/"
|
||||||
|
Reference in New Issue
Block a user