mirror of
https://github.com/ryan4yin/nix-config.git
synced 2026-07-08 22:05:06 +02:00
feat: gammastep - do not adjust brightness via gamma
This commit is contained in:
@@ -23,11 +23,14 @@
|
|||||||
settings = {
|
settings = {
|
||||||
general = {
|
general = {
|
||||||
fade = "1"; # gradually apply the new screen temperature/brightness over a couple of seconds.
|
fade = "1"; # gradually apply the new screen temperature/brightness over a couple of seconds.
|
||||||
|
|
||||||
# it is a fake brightness adjustment obtained by manipulating the gamma ramps,
|
# it is a fake brightness adjustment obtained by manipulating the gamma ramps,
|
||||||
# which means that it does not reduce the backlight of the screen.
|
# which means that it does not reduce the backlight of the screen.
|
||||||
# Preferably only use it if your normal backlight adjustment is too coarse-grained.
|
# Preferably only use it if your normal backlight adjustment is too coarse-grained.
|
||||||
brightness-day = "1.0";
|
#
|
||||||
brightness-night = "0.8";
|
# brightness-day = "1.3";
|
||||||
|
# brightness-night = "1";
|
||||||
|
|
||||||
location-provider = "manual";
|
location-provider = "manual";
|
||||||
|
|
||||||
# by default, Redshift will use the current elevation of the sun
|
# by default, Redshift will use the current elevation of the sun
|
||||||
|
|||||||
Reference in New Issue
Block a user