mirror of
https://github.com/dylanaraps/pywal.git
synced 2025-05-01 22:54:25 +02:00
General: Cleanup
This commit is contained in:
parent
7206eee017
commit
4215f700d1
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/"
|
||||||
|
Loading…
Reference in New Issue
Block a user