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 upgradeInstall Termux Banner:
pkg install python -y && pip install termux-banner && bannerAfter installation, the setup menu will open automatically.
Usage Commands
Open the tool anytime using:
bannerAfter 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 BannerMenu 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 -yInstall lolcat for rainbow color effects:
gem install lolcatNow open the bashrc file:
nano ../usr/etc/bash.bashrcScroll to the bottom and add this custom banner code:
clear
neofetch | lolcatSave the file using:
CTRL + OPress 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.
