An open API service indexing awesome lists of open source software.

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

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`.