mirror of
https://github.com/dredx/prole.git
synced 2026-09-23 10:13:58 +00:00
24 lines
632 B
YAML
24 lines
632 B
YAML
---
|
|
|
|
# Local console dashboard (X + conky)
|
|
dashboard_user: pi
|
|
dashboard_script_dest: /usr/local/bin/dashboard.sh
|
|
|
|
# Primary display (Linux VT) to use for the dashboard session.
|
|
dashboard_vt: 1
|
|
|
|
# Whether to enable the service at boot. (Starting it manually is enough.)
|
|
dashboard_enable: false
|
|
|
|
# Start the service as part of the playbook run.
|
|
dashboard_start: false
|
|
|
|
# Debian-family package list (kept explicit for reproducibility).
|
|
dashboard_packages_debian:
|
|
# `conky` is a virtual package on some Debian releases; install a concrete provider.
|
|
- conky-all
|
|
- fonts-dejavu-core
|
|
- x11-xserver-utils
|
|
- xinit
|
|
- xserver-xorg
|