Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/panosx2/brightness
- Owner: panosx2
- License: gpl-3.0
- Created: 2018-10-05T11:30:14.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2021-11-16T11:21:13.000Z (about 3 years ago)
- Last Synced: 2024-08-23T22:10:37.208Z (5 months ago)
- Topics: appcenter, brightness, brightness-adjustment, elementaryos, linux
- Language: Vala
- Homepage:
- Size: 267 KB
- Stars: 9
- Watchers: 1
- Forks: 11
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-elementaryos - Dimmer Switch - Brightness Adjustment for Linux [:white_check_mark:](https://appcenter.elementary.io/com.github.panosx2.brightness/) (Applications / System Tools)
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)
Dimmer
Brightness Adjustment App, written in Vala
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:
### 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
## 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)