[+] Run command
This commit is contained in:
parent
732389ffe0
commit
86ad1b5ad2
2 changed files with 11 additions and 4 deletions
|
|
@ -27,7 +27,7 @@ def get_distro_ascii() -> str:
|
|||
return check_output([get_command_path(), "print_ascii"]).decode().strip()
|
||||
|
||||
|
||||
def run(preset: ColorProfile):
|
||||
def run_neofetch(preset: ColorProfile):
|
||||
# Get existing ascii
|
||||
asc = get_distro_ascii()
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue