26 lines
398 B
Plaintext
26 lines
398 B
Plaintext
# Makes hyprsunset do nothing to the screen by default
|
|
# Without this, the default applies some tint to the monitor
|
|
profile {
|
|
time = 07:00
|
|
identity = true
|
|
}
|
|
|
|
# and use the following:
|
|
profile {
|
|
time = 20:00
|
|
temperature = 3000
|
|
gamma = 0.3
|
|
}
|
|
|
|
profile {
|
|
time = 21:00
|
|
temperature = 2000
|
|
gamma = 0.2
|
|
}
|
|
|
|
profile {
|
|
time = 22:00
|
|
temperature = 1000
|
|
gamma = 0.15
|
|
}
|