🦖 FigletLogos Configuration
File: config.toml
The [misc.figletLogos]
sections contains variables to configure Figlet generated text logos.
NOTE: For this to work, the optional dependency
figlet
has to be installed. You will also need a figlet font file. You can get them at http://www.figlet.org/fontdb.cgi or thebasic.flf
font file from thescripts/
folder in the Catnap repo.
Enable/Disable
To enable or disable figletLogos
, just set the enable
variable to true
/false
.
enable = true
Color
The color option defines what color the Figlet generated text is displayed in.
Example: Use color Foreground-Bright-Green
color = "{GN}"
Font
The figlet
font file to use when generating a figletLogo
.
This value can also be a path, but please use only absolute paths.
font = "big"
Margin
This option defines the Top
, Left
and Right
margins for the figletLogo
.
margin = [4, 1, 2]
, would be:
: â•â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â•®
: │ > user │
: │ > hname │
_ : ├────────────┤
| | ___ __ _ ___ │ > uptime │
| | / _ \ / _` |/ _ \ │ > distro │
.| |__| (_) | (_| | (_) |..│ > shell │
|_____\___/ \__, |\___/ │ > packages │
|___/ │ > disk1 │
│ > disk2 │
╰────────────╯