From 35f124b329679c4005ab01b40860d3d44ed1db5b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ensar=20Saraj=C4=8Di=C4=87?= Date: Fri, 24 Jan 2025 10:46:25 +0100 Subject: [PATCH] Misc --- symlinks/config/btop/.gitignore | 1 + .../systemd/user/openrgb-default-profile.service | 10 ++++++++++ 2 files changed, 11 insertions(+) create mode 100644 symlinks/config/btop/.gitignore create mode 100644 symlinks/config/systemd/user/openrgb-default-profile.service 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