mirror of
https://github.com/bvanroll/_dotfiles.git
synced 2025-08-29 20:12:42 +00:00
20 lines
327 B
Markdown
20 lines
327 B
Markdown
# key_light
|
|
|
|
Control the keyboard backlight. When clicked, the keyboard backlight is
|
|
increased until the maximum level is reached after which the backlight is
|
|
turned off.
|
|
|
|

|
|
|
|
# Dependencies
|
|
|
|
* [upower](https://upower.freedesktop.org/)
|
|
|
|
# Config
|
|
|
|
```
|
|
[key_light]
|
|
full_text=⌨
|
|
command=$SCRIPT_DIR/key_light
|
|
```
|