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: about 1 year 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 (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2025-03-22T10:06:38.000Z (about 1 year ago)
- Last Synced: 2025-03-22T11:19:56.879Z (about 1 year ago)
- Topics: gnu, gnu-linux, led, leds, linux, wayland
- Language: Shell
- Homepage:
- Size: 17.6 KB
- Stars: 8
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Backlight Keyboard LEDs - with Wayland and Systemd
This service searchs the keyboard backlight Leds
from their Wayland folder and forces them
to turn on periodically.
[Spanish version - LEEME.md](LEEME.md)
## 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
```
or simply download the repository as .zip file and extract it.
## How to Install
Copy and paste these commands in terminal
inside the folders project:
```bash
sudo chmod +x install.sh
sudo ./install.sh
```
## Switching LEDs
To turn on or turn off LEDS execute:
```bash
sudo /opt/led-wayland/switching.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
system folder and config files:
```bash
sudo chmod +x uninstall.sh
sudo ./uninstall.sh
```
## References:
[Turn on keyboard backlight/leds on wayland (xset led 3 alternative)](https://gist.github.com/ps1dr3x/b15c62eafb388ddf8bb7d3896d1a1cee)