flynx / thinkpad-keyboard-brightness

This systemd service will set the keyboard backlight brightness based on ambient light levels.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Thinkpad keyboard backlight brightness

This systemd service will turn the keyboard backlight on/off brightness based on ambient light level threshold.

This is initially designed for Thinkpad X1 Yoga (gen3) but should work on other devices with no or minor configuration tweaks.

Install

$ sudo make install

Configure

For device-specific configuration see: thinkpad-keyboard-brightness.conf

This file lives in /etc/thinkpad-keyboard-brightness.conf

Uninstall

$ sudo make uninstall

Note that the above will not uninstall user configuration files, for a full uninstall run:

$ sudo make full-uninstall

License

BSD 3-Clause License

Copyright (c) 2024, Alex A. Naanou,
All rights reserved.

About

This systemd service will set the keyboard backlight brightness based on ambient light levels.

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Makefile 50.3%Language:Shell 49.7%