[PR] #62 from soopyc/patch-fastfetch

This commit is contained in:
Hykilpikonna 2023-01-14 16:24:32 -05:00 committed by GitHub
commit d017b6066c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -307,7 +307,7 @@ def run_fastfetch(preset: ColorProfile, alignment: ColorAlignment):
path.write_text(asc)
# Call fastfetch with the temp file
subprocess.run(['fastfetch', '--raw', path.absolute()])
subprocess.run(['fastfetch', '--file-raw', path.absolute()])
def get_fore_back(distro: str | None = None) -> tuple[int, int] | None: