Home

Awesome

androfetch

A pretty system information tool written in bash for termux on android.

preview1

Note: Use meslo nerd font.

created by Laraib07

Table of contents

Installation

Note: Delete previous cache manually with

rm -rf ~/.cache/androfetch/cache
  1. Install fonts ( optional , else disable icons with androfetch -i )
wget https://raw.githubusercontent.com/laraib07/androfetch/main/font.ttf && mv font.ttf ~/.termux/

or

curl -O https://raw.githubusercontent.com/laraib07/androfetch/main/font.ttf && mv font.ttf ~/.termux/
  1. Installing androfetch.
wget https://raw.githubusercontent.com/laraib07/androfetch/main/androfetch && chmod u+x androfetch && mv androfetch $PREFIX/bin/

or

curl -O https://raw.githubusercontent.com/laraib07/androfetch/main/androfetch && chmod u+x androfetch && mv androfetch $PREFIX/bin/

Usage

Usage : androfetch [-hci] [-n [name]] [ -l [filepath]]

optionDescription
-hprint this usage
-cbuild new cache
-itoggle icon visibility
-ttoggle description title visibility
-nset user name
-lset logo

Custom logo

To set custom logo, save logo in a file without quoting or commenting Add whitespaces to make every line equal in width. Do not use broad logo which will cover significant space. although you can use as many lines as you like.

See sample_logo in this repo for reference.

After saving it use following command to set it.

androfetch -l <filepath>

To set it to default use,

androfetch -l 

More Screenshots

preview2 preview3 preview4 preview5 preview6