fix: fix fastfetch raw mode
This commit is contained in:
parent
3535dd3fcf
commit
56976cdfdd
1 changed files with 1 additions and 1 deletions
|
@ -307,7 +307,7 @@ def run_fastfetch(preset: ColorProfile, alignment: ColorAlignment):
|
||||||
path.write_text(asc)
|
path.write_text(asc)
|
||||||
|
|
||||||
# Call fastfetch with the temp file
|
# 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:
|
def get_fore_back(distro: str | None = None) -> tuple[int, int] | None:
|
||||||
|
|
Loading…
Reference in a new issue