ASCII art settings
Pomo displays the countdown timer using large ASCII art fonts. You can customize the font style, color, or disable it entirely.Enable or disable ASCII art timer displayWhen disabled, shows a simple text-based timer
Font style for the ASCII art timerAvailable fonts:
mono12- Blocky monospace font (default)rebel- Bold font with gradient shadingansi- Clean, simple ANSI fontansiShadow- ANSI font with box-drawing characters
Color of the ASCII art timer in hex formatUse 6-digit hex color codes like
#5A56E0 or #FF4C4CBasic example
pomo.yaml
Available fonts
Pomo includes four built-in ASCII art fonts, each with a unique style.mono12 (default)
mono12 (default)
Blocky monospace font with clean, readable characters.Best for: Default choice, good readability and terminal compatibility
rebel
rebel
Bold font with gradient shading using extended ASCII characters.Best for: Eye-catching display, modern terminals with good Unicode support
ansi
ansi
Clean, simple ANSI font with block characters.Best for: Minimalist look, maximum compatibility
ansiShadow
ansiShadow
ANSI font using box-drawing characters for a shadowed effect.Best for: Stylish appearance with good terminal support
Color customization
The timer color uses 6-digit hex color codes. Here are some examples:Color format rules
- Valid:
#5A56E0,#FF4C4C,#198754 - Invalid:
#F00(too short),5A56E0(missing #),purple(named colors not supported)
Disabling ASCII art
If you prefer a minimal display, you can disable ASCII art entirely:pomo.yaml
Font examples
Here’s how different fonts look with various colors:Terminal compatibility
All fonts work in most modern terminals. However:- mono12 and ansi - Maximum compatibility, use basic block characters
- rebel - Requires Unicode support for gradient characters (
▒,░) - ansiShadow - Requires box-drawing character support (
╔,═,║)
If characters don’t display correctly, your terminal may not support the required Unicode characters. Try switching to
mono12 or ansi for better compatibility.