diff options
| author | Franziska Kunsmann <hi@kunsmann.eu> | 2023-05-01 15:29:25 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-05-01 15:29:25 +0200 |
| commit | e7b773148b86676414419d76a4b40c4201b18d87 (patch) | |
| tree | f01b76bcfbe4a3ee57042b2927c2ddac477b90a0 /config.toml | |
| parent | 96328d2790dd1ac2ebd4ea86efc27c00dce337e5 (diff) | |
| parent | 968194e89f4efb3c0bb96267b498f05ec5d0ee2c (diff) | |
Merge pull request #1 from sophieschi/input-renamin-on-startup
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..7d5bfea 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] +input1 = "Laptop" +input3 = "Kamera" +input2 = "VGA" +input4 = "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 |
