Hostname piped through Figlet in a Terminal Widget with purple gradient background

Script

Hostname with Figlet

by Brett Terpstra

Output your machine hostname using Figlet and display it in a nicely-formatted widget.

Run manually or on login. Requires figlet and the Terminal Widget CLI.

Script (hostname-figlet.sh)

hostname | figlet -f "Glenyn" | terminal-widget --target username --no-wrap --font menlo --fit-text --bg-gradient-from ea39f3 --bg-gradient-to 9d3b7f --bg-gradient-start nw --text-color d9e3e6

Download script

← All recipes