diff options
| author | Sophie Schiller <sophie.schiller01@gmail.com> | 2023-05-01 13:47:22 +0200 |
|---|---|---|
| committer | Sophie Schiller <sophie.schiller01@gmail.com> | 2023-05-01 13:47:22 +0200 |
| commit | 08a20d02065db4c55d9dfa57225b2329a3d9225e (patch) | |
| tree | e4490645b30ba5bd46242a03cb17775543a61cd5 /config.toml | |
| parent | b96cf40b72e73b7d6e8f0d4476e811ccba35aa9a (diff) | |
rename inputs on startup
Diffstat (limited to 'config.toml')
| -rw-r--r-- | config.toml | 21 |
1 files changed, 12 insertions, 9 deletions
diff --git a/config.toml b/config.toml index 4e3f0ea..31289ab 100644 --- a/config.toml +++ b/config.toml @@ -1,15 +1,18 @@ [atem] -ip = '10.73.96.40' -video_mode = '1080p50' +ip = "10.73.4.40" +video_mode = "1080p25" -[atem.settings] +[atem.settings.inputs] +hdmi1 = "Laptop" +hdmi2 = "Kamera" +hdmi3 = "VGA" +hdmi4 = "Infobeamer" +[gtk-settings] +gtk-application-prefer-dark-theme = true +gtk-theme-name = "Adwaita" [logging] -# see https://docs.python.org/3/library/logging.html#levels -level = 10 -format = '%(name)25s [%(levelname)-8s] %(message)s' +format = "%(name)25s [%(levelname)-8s] %(message)s" +level = "DEBUG" -[gtk-settings] -gtk-theme-name = "Adwaita" -gtk-application-prefer-dark-theme = true |
