Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
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
  • Loading branch information
Toni500github authored Sep 23, 2024
1 parent 1ac0c10 commit b4b40b6
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down Expand Up @@ -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)
Expand All @@ -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)

Expand Down

0 comments on commit b4b40b6

Please sign in to comment.