Settings moved to new file

This commit is contained in:
Balthasar Reuter
2018-05-25 21:43:34 +02:00
parent 6441c2e4c5
commit 24368048fc
6 changed files with 368 additions and 312 deletions

View File

@@ -1,6 +1,6 @@
[Gui]
# Gui module to use (qt5)
module = qt5
# Gui module to use (PyQt5)
module = PyQt5
# Start Photobooth in fullscreen mode (True/False)
fullscreen = False
# Width of Photobooth (if not fullscreen)
@@ -27,8 +27,8 @@ lamp_pin = 4
[Printer]
# Enable printing (True/False)
enable = True
# Printer module to use (qt5)
module = qt5
# Printer module to use (PyQt5)
module = PyQt5
# Paper width in mm
width = 148
# Paper height in mm
@@ -46,9 +46,9 @@ display_time = 5
[Picture]
# Basedir of output pictures
basedir =
basedir = %Y-%m-%d
# Basename of output pictures
basename = %Y-%m-%d/photobooth
basename = photobooth
# Number of pictures in horizontal direction
num_x = 2
# Number of pictures in vertical direction