This repository aims to streamline the process of configuring and utilizing Fastfetch for new Arch Linux users, specifically those within the transgender community.
Fastfetch is preferred over Hyfetch for its immediate display of system information upon launching the terminal. While Hyfetch is functional, its execution speed is comparatively slower due to being written in Python. In contrast, Fastfetch, coded in C, provides almost instant access to system details.
If Fastfetch is not yet installed, execute the following command:
sudo pacman -S fastfetch
-
Upon installing Fastfetch, no additional setup is needed.
-
Simply create a folder named
fastfetch
in~/.config/
. -
Inside the
fastfetch
folder, placeconfig.jsonc
and theLogo
folder. -
Open the
config.jsonc
file and edit the logo path to point to the location of the downloaded image:
"logo": "/home/[name_of_your_pc]/.config/fastfetch/Logo/trans_arch.png"
- Save and exit the
config.jsonc
file.
Once the configuration is set up, just type fastfetch
in the terminal to enjoy the personalized system information display.
- Customized Branch: Explore my customized branch for an enhanced visual experience.
- Some terminals may not render the PNG logo correctly. Compatibility has been confirmed with Kitty and Konsole; other terminals may exhibit issues.