[+] Add global color mode
This commit is contained in:
parent
865dea5dc3
commit
5e26a44c19
3 changed files with 28 additions and 10 deletions
7
hyfetch/constants.py
Normal file
7
hyfetch/constants.py
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
from pathlib import Path
|
||||
|
||||
CONFIG_PATH = Path.home() / '.config/hyfetch.json'
|
||||
VERSION = '1.0.7'
|
||||
|
||||
# Global color mode default to 8-bit for compatibility
|
||||
COLOR_MODE = '8bit'
|
||||
Loading…
Add table
Add a link
Reference in a new issue