12 lines
218 B
Desktop File
12 lines
218 B
Desktop File
[Unit]
|
|
Description=OpenRGB control
|
|
|
|
[Service]
|
|
Type=simple
|
|
ExecStart=%h/bin/OpenRGB/OpenRGB -c 00FFFF -m Static
|
|
ExecStop=%h/bin/OpenRGB/OpenRGB -c 000000 -m Static
|
|
RemainAfterExit=yes
|
|
|
|
[Install]
|
|
WantedBy=default.target
|