setup_x11_jarvis.sh aktualisiert
This commit is contained in:
@@ -73,11 +73,8 @@ gentle_pipewire_start &
|
|||||||
# Falls ein Hintergrundbild gewünscht ist (optional, benötigt 'feh'):
|
# Falls ein Hintergrundbild gewünscht ist (optional, benötigt 'feh'):
|
||||||
# feh --bg-scale /pfad/zum/bild.jpg &
|
# feh --bg-scale /pfad/zum/bild.jpg &
|
||||||
|
|
||||||
# J.A.R.V.I.S. Sprachsteuerung (Wakeword-Skript) starten
|
# J.A.R.V.I.S.-AI starten
|
||||||
if [ -f "$JARVIS_DIR/wakeword.py" ]; then
|
tilix -e "$JARVIS_DIR/start.sh" &
|
||||||
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
|
|
||||||
EOF
|
EOF
|
||||||
|
|
||||||
chmod +x "$REAL_HOME/.config/openbox/autostart"
|
chmod +x "$REAL_HOME/.config/openbox/autostart"
|
||||||
|
|||||||
Reference in New Issue
Block a user