Files
rgb-lavender/systemd/rgb-resume-watch.service
2026-08-25 13:10:50 -07:00

12 lines
209 B
Desktop File

[Unit]
Description=Re-apply RGB colour after resume from suspend
After=openrgb-server.service
[Service]
ExecStart=%h/.local/bin/rgb-resume-watch
Restart=always
RestartSec=5
[Install]
WantedBy=default.target