Customization
Create your perfect interface with custom layouts, highlights, keybinds, and sounds.
Topics
- Creating Layouts - Design custom window arrangements
- Highlight Patterns - Color and style game text
- Keybind Actions - Custom keyboard shortcuts
- Sound Alerts - Audio notifications for game events
Quick Start
Custom Layout
- Press F1 → Windows → Add Window
- Position and resize windows
- Press Ctrl+S to save
Add Highlights
Edit ~/.vellum-fe/highlights.toml:
[[highlights]]
name = "death"
pattern = "appears dead"
foreground = "#00FF00"
bold = true
sound = "kill.wav"
Custom Keybinds
Edit ~/.vellum-fe/keybinds.toml:
[keybinds]
"f2" = { command = "stance offensive" }
"f3" = { command = "stance defensive" }
Sound Alerts
- Place
.wavfiles in~/.vellum-fe/sounds/ - Reference in highlights:
[[highlights]]
name = "whisper"
pattern = "whispers to you"
sound = "whisper.wav"