[M] Rename neofetch_mod.sh to neowofetch

This commit is contained in:
Azalea (on HyDEV-Daisy) 2022-07-30 12:01:31 -04:00
parent cebeae9e85
commit b648c5dbec
2 changed files with 1 additions and 1 deletions

View file

@ -127,7 +127,7 @@ def get_command_path() -> str:
:return: Command path
"""
return pkg_resources.resource_filename(__name__, 'scripts/neofetch_mod.sh')
return pkg_resources.resource_filename(__name__, 'scripts/neowofetch')
def get_distro_ascii(distro: str | None = None) -> str: