2021-01-23 16:10:15 -08:00

7 lines
159 B
Python

from os.path import expanduser
from json import load
# Get color config from pywal
wal_loc = expanduser('~/.cache/wal/colors.json')
wal = load(open(wal_loc))