12 lines
209 B
Desktop File
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
|