From 9789a0a27d6ecad6966512eee6ae2bd403d50e14 Mon Sep 17 00:00:00 2001 From: everest Date: Wed, 30 Mar 2022 15:39:10 +0000 Subject: [PATCH] Update and rename xinfo.py to xfetch.py --- xinfo.py => xfetch.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename xinfo.py => xfetch.py (83%) 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