OpenRGB lavender stack: colour script, user units, resume watcher

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
jasonwitty
2026-08-25 13:10:50 -07:00
commit f8858eb730
7 changed files with 156 additions and 0 deletions
Executable
+8
View File
@@ -0,0 +1,8 @@
#!/bin/bash
# Install scripts + user units and start the stack.
set -eu
cd "$(dirname "$0")"
install -Dm755 bin/rgb-lavender bin/rgb-resume-watch -t ~/.local/bin
install -Dm644 systemd/*.service -t ~/.config/systemd/user
systemctl --user daemon-reload
systemctl --user enable --now openrgb-server.service rgb-resume-watch.service