Settings moved to new file
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user