Added a simple Python GUI to set date and time

This commit is contained in:
Balthasar Reuter
2016-10-05 23:38:48 +02:00
parent b8e7ac2c55
commit 1ac4a4521c
5 changed files with 135 additions and 9 deletions

View File

@@ -5,7 +5,7 @@ PHOTOBOOTH_DIR=/home/pi/photobooth
cd "${PHOTOBOOTH_DIR}"
if [[ $1 == "set-time" ]]; then
sudo gnome-control-center datetime
sudo python set-time.py
fi
sudo python photobooth.py >>photobooth.log 2>>photobooth.err