mirror of
https://github.com/dylanaraps/pywal.git
synced 2025-02-10 23:39:47 +01:00
backend: cleanup
This commit is contained in:
parent
958426f167
commit
5d9a00535f
@ -21,5 +21,4 @@ HOME = os.getenv("HOME", os.getenv("USERPROFILE"))
|
||||
CACHE_DIR = os.path.join(HOME, ".cache", "wal")
|
||||
MODULE_DIR = os.path.dirname(__file__)
|
||||
CONF_DIR = os.path.join(HOME, ".config", "wal")
|
||||
COLOR_COUNT = 16
|
||||
OS = platform.uname()[0]
|
||||
|
Loading…
Reference in New Issue
Block a user