13 lines
259 B
Desktop File
13 lines
259 B
Desktop File
|
|
[Unit]
|
||
|
|
Description=Apply Catppuccin lavender to all RGB devices
|
||
|
|
Requires=openrgb-server.service
|
||
|
|
After=openrgb-server.service
|
||
|
|
PartOf=openrgb-server.service
|
||
|
|
|
||
|
|
[Service]
|
||
|
|
Type=oneshot
|
||
|
|
ExecStart=%h/.local/bin/rgb-lavender
|
||
|
|
|
||
|
|
[Install]
|
||
|
|
WantedBy=openrgb-server.service
|