diff --git a/symlinks/config/btop/.gitignore b/symlinks/config/btop/.gitignore new file mode 100644 index 0000000..76fc0ad --- /dev/null +++ b/symlinks/config/btop/.gitignore @@ -0,0 +1 @@ +btop.log diff --git a/symlinks/config/systemd/user/openrgb-default-profile.service b/symlinks/config/systemd/user/openrgb-default-profile.service new file mode 100644 index 0000000..50f2ee1 --- /dev/null +++ b/symlinks/config/systemd/user/openrgb-default-profile.service @@ -0,0 +1,10 @@ +[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