dotfiles/symlinks/config/systemd/user/openrgb-default-profile.ser...

11 lines
326 B
INI

[Unit]
Description=Set openrgb to default profile
After=suspend.target hibernate.target hybrid-sleep.target suspend-then-hibernate.target
[Service]
ExecStart=/usr/bin/openrgb -p %h/.config/OpenRGB/full_cyan.orp
Type=simple
[Install]
WantedBy=suspend.target hibernate.target hybrid-sleep.target suspend-then-hibernate.target