https://github.com/beatussum/save-backlight
An OpenRC service for restoring the last brightness level on reboot
https://github.com/beatussum/save-backlight
backlight brightness openrc
Last synced: 6 months ago
JSON representation
An OpenRC service for restoring the last brightness level on reboot
- Host: GitHub
- URL: https://github.com/beatussum/save-backlight
- Owner: beatussum
- License: gpl-3.0
- Created: 2019-12-27T20:10:55.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-02-12T13:52:29.000Z (over 1 year ago)
- Last Synced: 2024-02-12T15:12:52.701Z (over 1 year ago)
- Topics: backlight, brightness, openrc
- Language: Shell
- Homepage:
- Size: 32.2 KB
- Stars: 7
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# save-backlight
This script is an **OpenRC** service aiming to restore the last brightness level on reboot. It is a fork of the [antipatico's project](https://github.com/antipatico/backlight-openrc).
You can add this service to the _boot_ runlevel:```bash
rc-update add save-backlight boot
```## Installation
### On Gentoo-based distributions
1. Add the [beatussum-overlay](https://github.com/beatussum/beatussum-overlay).
2. emerge the _sys-apps/save-backlight_ package.### On others distribution
Just use `make install` and `make uninstall`.