This is just my Configuration file for Fastfetch.. that't it.
To Install It:
- Make sure you already install Fastfetch:
pkg in fastfetch
- Then, clone this Repo:
git clone https://github.com/GWLGT/My-Termux-Fastfetch-Configuration.git ~/.config/fastfetch
- That's it, just run
fasfetch
, and you good to go (See Note Below)
- If you have Mesa Package installed, make sure to put
LD_LIBRARY_PATH="/vendor/<arch-lib>:/system/<arch-lib>"
(change<arch-lib>
to folder based on your CPU Bit, e.g,lib/
for 32 Bit,lib64/
for 64 Bit), so the command becomes:
LD_LIBRARY_PATH="/vendor/<arch-lib>:/system/<arch-lib>" fastfetch
If you don't, Fastfetch will fetch Wrong OpenGL/OpenCL and your GPU Information.
- And, make sure to Put this Code in your Shell rc file:
export USER="GWLC" # Change this to your own Name
if [[ -n "$DISPLAY" ]]; then
export WM="Openbox" # Change to your Window Manager Name
export DE="None" # Change to your Desktop Environment Name
export DET="Slot Dark (Kvantum)" # Change to your DE/WM Theme
export DEF="DejaVu Sans" # Change to your DE/WM Font Name
export DEW="$HOME/.wallpaper/Cosmos-planets-Universe.jpg" # Change to your DE/WM Wallpaper Path
else
export WM="None"
export DE="None"
export DET="None"
export DEF="None"
export DEW="None"
fi
so the Last Section of the Fastfetch Output show Correct Information.
-
Also, at Line 141 in the "format" section, change
pacman
in the{pacman}
and(pacman)
to{pkg}
and(pkg)
if you're usingpkg
as your Termux Native Package manager instead ofpacman
. -
Lastly, make sure that you are using Nerd Font Icons (Download Here), so the icons will show up correctly.
Replace font.ttf
from ~/.termux/font.ttf
with Nerd Font of your Choice.