From b4b40b61563c2cf695beeac542188462a52d3f93 Mon Sep 17 00:00:00 2001 From: Toni500github <88878648+Toni500github@users.noreply.github.com> Date: Mon, 23 Sep 2024 19:46:55 +0200 Subject: [PATCH] Update README.md I have removed the warning part about being in alpha because, even if it's still in kinda alpha state from my POV, I don't want people to think that it's incomplete and not try it. With 5 months of work each day, customfetch is in great state to be used even in r/unixporn screenshots --- README.md | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index fdca349a..72527f2d 100644 --- a/README.md +++ b/README.md @@ -3,11 +3,6 @@ [![forthebadge](https://forthebadge.com/images/badges/works-on-my-machine.svg)](https://forthebadge.com) # Customfetch ->[!WARNING] ->customfetch is in alpha, it will be 100% ready with a stable release.\ ->It is pretty stable right now though, so give it a try, why not\ ->Don't forget to open any issue/PR for any problem.\ ->Thanks! A system information fetch tool (or [neofetch](https://github.com/dylanaraps/neofetch) like program), which its focus point is the customizability and perfomance.\ `customfetch` is designed to provide a really customizable way to display your system informations in the way you like or want. @@ -35,9 +30,6 @@ Currently supports Linux distros only. Android may be coming when stable release * **GUI mode (GTK3)** * Really customizable and fast, check [Config (with explanation)](#config-with-explanation) section * Lightweight ->[!NOTE] ->enabling GUI mode may slow down customfetch a bit because it needs to load the GUI libraries at runtime\ ->To check if it's enabled or not, run "cufetch --version" ## Depends currently requires **C++20**, but it's possible to compile with C++17 too (not officially supported) @@ -50,6 +42,10 @@ If you want to install with GUI mode install from your package manager: ## Installation +>[!NOTE] +>installing with GUI mode may slow down customfetch a bit because it needs to load the GUI libraries at runtime.\ +>To check if it's enabled or not, run "cufetch --version" + ### Debian/Ubuntu and based Download the latest `.deb` package in [releases](https://github.com/Toni500github/customfetch/releases/latest)