From 1a1bf8c1443d2fd31397d33d6f424a49a30074c8 Mon Sep 17 00:00:00 2001 From: Brandon4466 Date: Sat, 27 Apr 2024 20:19:51 -0700 Subject: [PATCH] added linux scripts for embedded device --- startjs.sh | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 startjs.sh diff --git a/startjs.sh b/startjs.sh new file mode 100644 index 0000000..c50b04e --- /dev/null +++ b/startjs.sh @@ -0,0 +1,2 @@ +export DISPLAY=:0 +python3 /opt/spotify-gui.js/spotifycontroller.py & chromium-browser --kiosk --app="http://127.0.0.1:8888" --no-sandbox --start-fullscreen --window-size=1600,720 \ No newline at end of file