KO
|
EN
gitlite — search
Search
#javascript
#python
#hacktoberfest
#react
#ai
#typescript
#llm
#go
#golang
#android
#machine-learning
#rust
#deep-learning
#linux
oled_dimmer
★ 27
Open GitHub ↗
GNOME extension for OLED display dimming
Download README (.md)
Explore Similar Repositories
Import.scala
:
A Scala compiler plugin for magic imports
freebsd-doc-cn
:
(Deprecated) FreeBSD Simplified Chinese Documentation Project
robots
:
C. elegans robots
pti-msc-2015-zv
:
Az ELTE IK Programtervező Informatikus MSc képzés Szoftvertechnológia szakirány 2015-ös képzési tervéhez készített záróvizsga tételek kidolgozása.
furigana-markdown
:
Plugin for Discourse to allow furigana in markdown
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
oled_dimmer
?
Download (.md)
# OLED DIMMER: GNOME extension for OLED display dimming Unfortunately, regular display dimming does not work on OLED displays. Regular dimming is done by reducing the brightness of the display backlight. However, OLED displays don't have a backlight. Therefore, dimming has to be done by reducing the brightness of the scene. ## A simple GNOME extension to the rescue This is a simple GNOME extension which: * Attaches to the brightness level of the GNOME settings daemon. * Adds an effect [ClutterBrightnessContrastEffect](https://developer.gnome.org/clutter/stable/ClutterBrightnessContrastEffect.html). * Keeps them in sync. ## Installation ``` git clone https://github.com/fiji-flo/oled_dimmer.git ~/.local/share/gnome-shell/extensions/oled_dimmer@flomerz.gmail.com gnome-shell-extension-tool -e oled_dimmer@flomerz.gmail.com ``` ## Known issues * Cursor is not affected by dimming.