Fbterm

From wikinotes
Revision as of 16:53, 17 July 2021 by Will (talk | contribs) (→‎Usage)

A framebuffer terminal you can use in a tty. Neat!
Doesn't look maintained since 2015.

Documentation

home https://github.com/izmntuk/fbterm
man fbterm https://manpages.debian.org/buster/fbterm/fbterm.1.en.html

Locations

~/.fbtermrc config

Usage

/usr/bin/fbterm

You can render higher resolution fonts, images, etc which is pretty neat.
For example running this prior to a framebuffer can set a wallpaper.

# source: https://aur.archlinux.org/packages/fbterm/

# hide cursor
echo -ne "\e[?25l"
# display fullscreen-stretched image and quit viewer without screen refreshing
fbv -ciuker "$WALLPAPER_FILE" << EOF
q
EOF
# use current screen state as a wallpaper
export FBTERM_BACKGROUND_IMAGE=1