2026-03-07 19:11:53 +00:00
|
|
|
# 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:
|
2026-05-12 21:55:01 +01:00
|
|
|
profile {
|
|
|
|
|
time = 20:00
|
2026-05-20 22:03:19 +01:00
|
|
|
temperature = 4000
|
|
|
|
|
gamma = 0.5
|
2026-05-13 22:01:05 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
profile {
|
|
|
|
|
time = 21:00
|
2026-05-20 22:03:19 +01:00
|
|
|
temperature = 3000
|
|
|
|
|
gamma = 0.4
|
2026-05-13 22:01:05 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
profile {
|
|
|
|
|
time = 22:00
|
2026-05-20 22:03:19 +01:00
|
|
|
temperature = 2000
|
|
|
|
|
gamma = 0.3
|
2026-05-12 21:55:01 +01:00
|
|
|
}
|