LCDPossible can be configured through profiles, settings files, and command-line options.
| File | Location | Purpose |
|---|---|---|
display-profile.yaml |
~/.config/lcdpossible/ (Linux/macOS) or %APPDATA%\LCDPossible\ (Windows) |
Display profile with panels, effects, themes |
appsettings.json |
/etc/lcdpossible/ or %ProgramData%\LCDPossible\ |
Service settings, integrations |
- Profiles - Configure which panels to display
- Settings - Service and application settings
- Service Setup - Running as a system service
lcdpossible config set-theme cyberpunklcdpossible config set-effect hologramlcdpossible config show# display-profile.yaml
version: 1
settings:
theme: cyberpunk
effect: none
slideshow:
interval: 10
transition: fade
panels:
- type: cpu-info
- type: gpu-info
- type: ram-usage-graphic
effect: matrix-rain
- type: plasma
duration: 30See Profiles for complete documentation.