summaryrefslogtreecommitdiff
path: root/config.toml
diff options
context:
space:
mode:
authorFranziska Kunsmann <hi@kunsmann.eu>2023-01-11 06:57:11 +0100
committerFranziska Kunsmann <hi@kunsmann.eu>2023-01-11 06:57:11 +0100
commitbb7c63ef130b00003c926b168aee56a3b32eb6e0 (patch)
treec8375c19f1bde9864c5e706d1402c533ce02c9d5 /config.toml
initial commit
Diffstat (limited to 'config.toml')
-rw-r--r--config.toml15
1 files changed, 15 insertions, 0 deletions
diff --git a/config.toml b/config.toml
new file mode 100644
index 0000000..f2cd17f
--- /dev/null
+++ b/config.toml
@@ -0,0 +1,15 @@
+[atem]
+ip = '172.19.138.254'
+video_mode = '1080p50'
+
+[atem.settings]
+
+
+[logging]
+# see https://docs.python.org/3/library/logging.html#levels
+level = 10
+format = '%(name)25s [%(levelname)-8s] %(message)s'
+
+[gtk-settings]
+gtk-theme-name = "Adwaita"
+gtk-application-prefer-dark-theme = true