initial commit

This commit is contained in:
2026-04-07 23:46:35 +03:00
commit cdbd8abaa4
13 changed files with 681 additions and 0 deletions

14
config.example.toml Normal file
View File

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