https://github.com/psi4j/ter-v24b-rounded
Terminus console font (v24b) patched with rounded box-drawing corners for Linux TTY/console.
https://github.com/psi4j/ter-v24b-rounded
corners font rounded rounded-corners terminus-fonts tty
Last synced: 5 months ago
JSON representation
Terminus console font (v24b) patched with rounded box-drawing corners for Linux TTY/console.
- Host: GitHub
- URL: https://github.com/psi4j/ter-v24b-rounded
- Owner: psi4j
- Created: 2025-12-10T21:29:14.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2025-12-11T04:53:52.000Z (7 months ago)
- Last Synced: 2025-12-11T08:51:54.293Z (7 months ago)
- Topics: corners, font, rounded, rounded-corners, terminus-fonts, tty
- Homepage:
- Size: 94.7 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ter-v24b-rounded
Terminus console font (v24b) patched with rounded box-drawing corners for Linux TTY/console.

## Why?
Standard Linux console fonts generally don't include the Unicode "arc" box-drawing characters (`╮ ╭ ╯ ╰`). Applications using rounded corners fall back to `+` characters, which looks ugly.
This font patches the Terminus v24b font to:
1. Draw rounded corners on the box-drawing glyphs
2. Map rounded corner Unicode codepoints (U+256D-2570) to these glyphs
## Installation
### AUR (Arch Linux)
```bash
paru -S ter-v24b-rounded
# or
yay -S ter-v24b-rounded
```
### Manual
```bash
sudo cp ter-v24b-rounded.psf.gz /usr/share/kbd/consolefonts/
echo "FONT=ter-v24b-rounded" | sudo tee /etc/vconsole.conf
sudo systemctl restart systemd-vconsole-setup
```
## Usage
After installation, set in `/etc/vconsole.conf`:
```
FONT=ter-v24b-rounded
```
Reboot or run:
```bash
sudo systemctl restart systemd-vconsole-setup
```
## Compatibility
Works great with:
- tuigreet (greetd greeter)
- yazi (terminal file manager)
- btop
- Any TUI app using box-drawing characters
## License
Based on Terminus Font, licensed under OFL (SIL Open Font License).