From 7494ee246fd068b678f449af81d550f5376bd310 Mon Sep 17 00:00:00 2001 From: Shipwreckt Date: Sat, 27 Jul 2024 20:34:53 +0000 Subject: Organized my images --- public/projects/programs/fakefetch | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'public/projects/programs/fakefetch') diff --git a/public/projects/programs/fakefetch b/public/projects/programs/fakefetch index 2aba79f..45c3ead 100644 --- a/public/projects/programs/fakefetch +++ b/public/projects/programs/fakefetch @@ -21,7 +21,7 @@

Fakefetch


Background

- +

Fakefetch is the first real program I have ever created that I use daily apart from config files. I made fakefetch when I saw people complaining about neofetch being slow that is why I have called it fakefetch. In the start it was just 10 lines of bash with the 'echo' commands which is like 'print' function in python if you do not know, so it was bascially bare minimun, and I was not proud of this program I was like 'ok thats done just add it to my .bashrc' and continue using Linux. After about a day I wanted to see if I could add more to it like the uptime, then comes what package manager im using and after a while I just rewrote it in C and low and behold I have made my own mini neofetch program that I can use on all of my computers.

What is Fakefetch

Fakefetch is an alternative I have made to neofetch, it is written in the C programming language unlike neofetch which is written in bash and due to the fact I have written Fakefetch in C it is way faster then neofetch. In the future I plan to add more features to Fakefetch and make it more user friendly. I do plan on making a Tui customizer at some point to make your own fakefetch script.

@@ -32,7 +32,7 @@

  • Step two: after cloneing the project you want to run the setup.sh with ./setup.sh
  • To configure Fakefetch the file is located at /bin/fakefetch

    Here is an example of fakefetch!

    - An example of fakefetch! + An example of fakefetch!
    Source code on Gitlab

    In the next upcoming updates I plan to add an IP address option and a way to configure it in ~/.config/shipwreckt for ease of use.

    -- cgit v1.2.3