Create Stylish & Hacker Style Banners in Termux

Termux Banner is a simple tool that is used to make the terminal look more attractive by showing custom names, colorful text styles, blinking effects, and hacker-style banner designs whenever Termux is opened. It is easy to use and helps to customize the terminal screen with stylish startup effects and personalized banner designs.

Installation Commands

First update your Termux packages:

pkg update && pkg upgrade

Install Termux Banner:

pkg install python -y && pip install termux-banner && banner

After installation, the setup menu will open automatically.

Usage Commands

Open the tool anytime using:

banner

After opening the tool, you will see these banner options:

Banner Options :

blink         - Blink Evileyes
blink-fast    - Blink Fast Evileyes
box           - Add Name in Box
evilbox       - Add Name in Box with Evileye
change        - Change Banner Name
remove        - Remove Termux-Banner
add           - Install Termux Banner
about         - About Termux Banner

Menu command options:

  • blink: Blink evil-eye banner effect.
  • blink-fast: Fast blinking evil-eye effect.
  • box: Add your name inside a stylish box banner.
  • evilbox: Add a boxed banner with evil-eye effects.
  • change: Change the saved banner name.
  • remove: Remove the custom Termux banner.
  • add: Install or enable the Termux banner again.
  • about: Display information about the Termux Banner tool.

Choose the option you want and the tool will automatically apply the selected banner style inside your Termux terminal.

Create Custom Banner in Termux

You can also create your own custom Termux startup banner manually without using any extra banner tool or script. This method is simple, lightweight, and automatically displays a colorful system information screen whenever you open Termux.

First install the required packages:

pkg install neofetch ruby -y

Install lolcat for rainbow color effects:

gem install lolcat

Now open the bashrc file:

nano ../usr/etc/bash.bashrc

Scroll to the bottom and add this custom banner code:

clear
neofetch | lolcat

Save the file using:

CTRL + O

Press Enter and exit Nano using:

Press
CTRL + X

Now restart Termux and a colorful Neofetch banner will automatically appear every time you open the terminal.

SHARE THIS POST: