Skip to main content
  1. Posts/

Figlet With Shadow Font Guide

··122 words·1 min·
Example
#

example using polybar

Setup
#

curl https://raw.githubusercontent.com/xero/figlet-fonts/master/ANSI%20Shadow.flf > $HOME/.config/figlet/Shadow.flf

Usage
#

  • Run
figlet -f "$HOME/.config/figlet/Shadow"
  • Can also add the line bellow to .zshrc or .bashrc as an alias for easier use
figlets='figlet -f "$HOME/.config/figlet/Shadow"'

E.g.

$ figlets "hello world"
██╗  ██╗███████╗██╗     ██╗      ██████╗
██║  ██║██╔════╝██║     ██║     ██╔═══██╗
███████║█████╗  ██║     ██║     ██║   ██║
██╔══██║██╔══╝  ██║     ██║     ██║   ██║
██║  ██║███████╗███████╗███████╗╚██████╔╝
╚═╝  ╚═╝╚══════╝╚══════╝╚══════╝ ╚═════╝

██╗    ██╗ ██████╗ ██████╗ ██╗     ██████╗
██║    ██║██╔═══██╗██╔══██╗██║     ██╔══██╗
██║ █╗ ██║██║   ██║██████╔╝██║     ██║  ██║
██║███╗██║██║   ██║██╔══██╗██║     ██║  ██║
╚███╔███╔╝╚██████╔╝██║  ██║███████╗██████╔╝
 ╚══╝╚══╝  ╚═════╝ ╚═╝  ╚═╝╚══════╝╚═════╝

Alternatives
#

You can also use this ASCII generator online for similar use cases

Other guides #