Files
workspace-led-controller/config.example.toml
2026-04-07 23:46:35 +03:00

15 lines
196 B
TOML

[openrgb]
enabled = true
host = "localhost"
port = 6742
[relay]
enabled = true
device = "/dev/ttyUSB0"
baud = 9600
channel = 1
[monitor]
# Options: "screensaver", "logind", "all"
method = "all"