Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/panosx2/brightness

Dimmer : Brightness Adjustment
https://github.com/panosx2/brightness

appcenter brightness brightness-adjustment elementaryos linux

Last synced: 2 months ago
JSON representation

Dimmer : Brightness Adjustment

Awesome Lists containing this project

README

        

[![License: GPL v3](https://img.shields.io/badge/License-GPL%20v3-blue.svg)](https://github.com/panosx2/brightness/blob/master/LICENSE)
[![Build Status](https://travis-ci.com/panosx2/brightness.svg?branch=master)](https://travis-ci.com/panosx2/brightness)
[![Donate](https://img.shields.io/badge/PayPal-Donate-gray.svg?style=flat&logo=paypal&colorA=0071bb&logoColor=fff)](https://www.paypal.me/PanagiotisPanos)


logo


Dimmer


Brightness Adjustment App, written in Vala



Screenshot

Instead of adjusting the backlight, this app uses `xrandr` to change the brightness of the image displayed on your screen. This can be useful for displays without an adjustable backlight, displays with a too-bright minimum, or too-dark maximum backlight, or OLED displays. Setups with multipe displays (maximum 4 displays) can also be adjusted with different brightness levels.

## Install from AppCenter
On elementaryOS simply install Dimmer from AppCenter:



Get it on AppCenter

### or

## Build and Install manually

These dependencies must be present before building:

* debhelper
* gettext
* libgranite-dev
* libgtk-3-dev
* libgee-0.8-dev
* meson
* valac

You can install these by executing the command:



```
sudo apt install meson valac libgranite-dev libgtk-3-dev libgee-0.8-dev gettext debhelper
```

Flatpak dependencies:

```
sudo apt install elementary-sdk \
&& sudo flatpak install -y appcenter io.elementary.Platform io.elementary.Sdk
```



Building

```
meson build && cd build
meson configure -Dprefix=/usr`
ninja
```



Installing

```
sudo ninja install
```



Flatpak Building & Installing

```
flatpak-builder build com.github.panosx2.brightness.yml --user --install --force-clean
```

## Credits

Icons made by Freepik from www.flaticon.com (Licensed by CC 3.0 BY)


## Donations
Stripe is not yet available in my country. If you like Dimmer and you want to support its development, consider donating via [PayPal](https://www.paypal.me/PanagiotisPanos)