setup_x11_jarvis.sh aktualisiert

This commit is contained in:
2026-05-27 22:45:32 +00:00
parent 019815b5b1
commit ab0b8921c1

View File

@@ -73,11 +73,8 @@ gentle_pipewire_start &
# Falls ein Hintergrundbild gewünscht ist (optional, benötigt 'feh'):
# feh --bg-scale /pfad/zum/bild.jpg &
# J.A.R.V.I.S. Sprachsteuerung (Wakeword-Skript) starten
if [ -f "$JARVIS_DIR/wakeword.py" ]; then
echo "🎙️ Starte J.A.R.V.I.S. Sprachsteuerung..." >> "$JARVIS_DIR/data/desktop.log"
"$JARVIS_DIR/venv/bin/python3" "$JARVIS_DIR/wakeword.py" >> "$JARVIS_DIR/data/wakeword.log" 2>&1 &
fi
# J.A.R.V.I.S.-AI starten
tilix -e "$JARVIS_DIR/start.sh" &
EOF
chmod +x "$REAL_HOME/.config/openbox/autostart"