Skip to content

GWLGT/My-Termux-Fastfetch-Configuration

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

What is This?

This is just my Configuration file for Fastfetch.. that't it.

Fastfetch Preview

To Install It:

  1. Make sure you already install Fastfetch:
pkg in fastfetch
  1. Then, clone this Repo:
git clone https://github.com/GWLGT/My-Termux-Fastfetch-Configuration.git ~/.config/fastfetch
  1. That's it, just run fasfetch, and you good to go (See Note Below)

Note

  1. 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.

  1. 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.

  1. Also, at Line 141 in the "format" section, change pacman in the {pacman} and (pacman) to {pkg} and (pkg) if you're using pkg as your Termux Native Package manager instead of pacman.

  2. 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.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published