backend: cleanup

This commit is contained in:
Dylan Araps 2018-03-31 10:52:39 +11:00
parent 958426f167
commit 5d9a00535f

View File

@ -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]