Add X11 daemon with tray status

This commit is contained in:
Thales Maciel 2026-02-06 11:36:45 -03:00
parent 3506770d09
commit a7f50fed75
19 changed files with 1202 additions and 4 deletions

12
systemd/lel.service Normal file
View file

@ -0,0 +1,12 @@
[Unit]
Description=lel X11 transcription daemon
After=default.target
[Service]
Type=simple
ExecStart=%h/.local/bin/leld --config %h/.config/lel/config.toml
Restart=on-failure
RestartSec=2
[Install]
WantedBy=default.target