Termux Banner - Customize Your Termux Interface

Hey! I hope you are doing well. As we all know Termux is a great app to execute Linux commands on our Android mobile. With Termux, you can run various command-line tools and programming languages directly on your mobile. But the termux default interface is boring, but what if I told you that you can change the interface of Termux and make it more beautiful by adding a banner to it.

In this article, we will learn how to create a banner in Termux. Banners are an excellent way to make your terminal more beautiful, so without wasting your time, let's know how to do it.

Steps to Create Banner in Termux

Download the latest version of Termux from here.

Step 1 - Update your Termux with the following command:

pkg update && pkg upgrade

Step 2 - We will use a package named Figlet to create a banner. To install Figlet use the following command:

pkg install figlet 

Step 3 - Now to see how our banner will look like, execute the following command:

figlet "Tech Exploiter"
Termux Banner

Step 4 - To save the banner file, just type the following command:

figlet "Tech Exploiter" >banner.txt

Step 5 - If you want that Figlet banner to appear every time you open Termux. You need to edit the .bashrc file. .bashrc is the file that runs every time you open Termux.

nano ~/.bashrc  

Step 6 - Now add the following lines:

Replace Tech Exploiter with your desired name.

figlet "Tech Exploiter"

Step 7 - Press CTRL+X, then type Y and hit enter.

How to create banner in termux?

Step 8 - Now close the current session and open Termux again. If you did everything right, you will find that the Figlet banner has appeared as appeared in the below image:

Termux-Banner

You can also change its appearance. If you want to know how to do this, please let me know in the comment section. 

Evil Eye Termux Banner

If you didn't like the above banner you can use the Evil Eye banner script by Parixit Sutariya. If you want to know how to display the evil eye banner on your Termux terminal then follow the following steps -

Step1 - Download the evil eye banner script from GitHub by the following command -

git clone https://github.com/Bhai4You/Termux-Banner 

Step 2 - Now change the directory by following the command -

cd Termux-Banner 

Step 3 - To change file system access use the following command -

chmod +x requirement.sh
chmod +x t-ban.sh

Step 4 - We have to install some requirements to run it properly like nano, ruby, figlet, etc. Just type the following commands to install all the requirements - 

bash requirement.sh

Step 5 - Type the following command to launch the evil eye banner in your terminal - 

bash t-ban.sh 

Final Notes

That is how you can set up a banner in your termux terminal without any errors. If you have any errors, please let me know in the comment section, and I will provide the solution.

Thank You For Reading!

Frequently Asked Questions (FAQ)

What is termux-banner?

Termux banner is a logo or text that appears in the terminal every time you open it. It helps you to make Termux more beautiful. You can use a custom banner to display a logo, a personalized message, or any other content according to your choice.

Read - How to Install Metasploit in Termux?

Related Content

  • termux banner github
  • termux banner evil eye
  • termux banner name
  • termux banner command
  • termux banner script