diff --git a/xinfo.py b/xfetch.py similarity index 83% rename from xinfo.py rename to xfetch.py index 5fa8e6e..434c2b4 100644 --- a/xinfo.py +++ b/xfetch.py @@ -1,4 +1,4 @@ -# xinfo is a simple neofetch alternative that aims to make modification, should the user know basic python, very easy. +# xfetch is a simple neofetch alternative that aims to make modification, should the user know basic python, very easy. # Please refer to the README.md if you are looking to install import platform @@ -14,7 +14,7 @@ xascii = '''___ ___ my_system = platform.uname() print(xascii) # Prints the X ascii art -print("xinfo") # Prints xinfo +print("xfetch") # Prints xinfo print("===============") # Prints the separator line print(f"OS: {my_system.system}") # Prints the OS print(f"Host: {my_system.node}") # Prints the user's hostname