You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey, im also working on a pyfetch.py. There is a few out there now :)
Mine's not as fleshed out as yours, and i might just change the name.
Anyways, i noticed your output for terminal gives the terminfo name, not the name of the actual terminal. (ie. xterm-256-color vs alacritty)
os.environ.get("TERMINAL") returns the actual name.
Oh and the compiler script runs cython3, many distros use just cython.
Have a good day!
The text was updated successfully, but these errors were encountered:
Hey, im also working on a pyfetch.py. There is a few out there now :)
Mine's not as fleshed out as yours, and i might just change the name.
Anyways, i noticed your output for terminal gives the terminfo name, not the name of the actual terminal. (ie. xterm-256-color vs alacritty)
os.environ.get("TERMINAL") returns the actual name.
Oh and the compiler script runs cython3, many distros use just cython.
Have a good day!
The text was updated successfully, but these errors were encountered: