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

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