mirror of
https://github.com/basecamp/omarchy.git
synced 2026-02-17 15:25:37 +00:00
Follow up to https://github.com/basecamp/omarchy/pull/2446l
I noticed that it did not work because the process was not running by default, vide d9efaac906
15 lines
363 B
Plaintext
15 lines
363 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
|
|
}
|
|
|
|
# To enable auto switch to nightlight, set in your .config/hypr/autostart:
|
|
# exec-once = uwsm app -- hyprsunset
|
|
# and use the following:
|
|
# profile {
|
|
# time = 20:00
|
|
# temperature = 4000
|
|
# }
|