Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/arunk140/openrgb-keyboard-triggers
Setup KDE Keyboard shortcuts and Auto toggle on Sleep and Wake up for OpenRGB.
https://github.com/arunk140/openrgb-keyboard-triggers
bash kde-plasma openrgb openrgb-sdk plasma python
Last synced: 16 days ago
JSON representation
Setup KDE Keyboard shortcuts and Auto toggle on Sleep and Wake up for OpenRGB.
- Host: GitHub
- URL: https://github.com/arunk140/openrgb-keyboard-triggers
- Owner: arunk140
- Created: 2024-09-05T08:30:39.000Z (2 months ago)
- Default Branch: main
- Last Pushed: 2024-09-09T06:46:12.000Z (2 months ago)
- Last Synced: 2024-10-10T15:41:47.877Z (about 1 month ago)
- Topics: bash, kde-plasma, openrgb, openrgb-sdk, plasma, python
- Language: Shell
- Homepage:
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
## Setup
```
conda create --prefix ./conda/ python=3.10
conda activate ./conda/
pip install -r requirements.txt
```Update 00openrgb-trigger ith the path to your trigger.sh script and copy it to the systemd sleep directory.
Also update /sys/class/power_supply/ADP1/online to the path of your power supply.```
cp 00openrgb-trigger /usr/lib/systemd/system-sleep/00openrgb-trigger
```## Usage
- Update the Python Script to configure your profiles.
- Enable the OpenRGB SDK Server from the OpenRGB App.
![image](https://github.com/user-attachments/assets/b8785cb8-826a-4a31-974b-4b1fb4089c14)
- Setup KDE Shortcuts to run the script - `trigger.sh`
![image](https://github.com/user-attachments/assets/8e8b30ef-6e9a-4d7a-82f5-45376dc566f9)