Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/alejrot/led-wayland
Turn Keyboard LEDs on periodically (GNU/Linux)
https://github.com/alejrot/led-wayland
gnu gnu-linux led leds linux wayland
Last synced: 3 days ago
JSON representation
Turn Keyboard LEDs on periodically (GNU/Linux)
- Host: GitHub
- URL: https://github.com/alejrot/led-wayland
- Owner: alejrot
- License: mit
- Created: 2024-06-22T06:08:03.000Z (7 months ago)
- Default Branch: master
- Last Pushed: 2024-11-19T00:26:23.000Z (about 2 months ago)
- Last Synced: 2025-01-05T04:37:28.177Z (3 days ago)
- Topics: gnu, gnu-linux, led, leds, linux, wayland
- Language: Shell
- Homepage:
- Size: 15.6 KB
- Stars: 6
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Keyboard LEDs with Wayland and Systemd
This service searchs the keyboard LEDS from their Wayland folder and forces to turn them on periodically.
[Spanish version - LEEME.md](LEEME.md#leds-de-teclado-con-systemd-y-wayland)
## Download
Open a Bash terminal and download the repository, copying and pasting these commands:
```bash
git clone https://github.com/alejrot/Led_Wayland.git
cd Led_Wayland
```Now give excecution permissions to routines:
```bash
sudo chmod +x install.sh
sudo chmod +x uninstall.sh
```## How to Install
Copy and paste these commands in terminal:
```bash
sudo ./install.sh
```## Switching LEDs
To turn on or turn off LEDS execute:```bash
sudo /usr/local/bin/keyboard_switch.sh
```It doesn't require `sudo` password.
This command can be added to keyboard shortcuts for better use.## How to Uninstall
Execute this line codes in Bash to erase all the system's *scripts*:
```bash
sudo ./uninstall.sh
```## References:
[Turn on keyboard backlight/leds on wayland (xset led 3 alternative)](https://gist.github.com/ps1dr3x/b15c62eafb388ddf8bb7d3896d1a1cee)