[O] Write to cache dir instead of config

Closes #136
This commit is contained in:
Azalea 2023-06-15 07:07:23 -07:00
parent 2edf9c1304
commit 3edca64629
3 changed files with 8 additions and 5 deletions

View file

@ -6,6 +6,7 @@ from dataclasses import dataclass
from pathlib import Path
from .types import LightDark
from .__version__ import VERSION
CONFIG_PATH = Path.home() / '.config/hyfetch.json'