mirror of
https://github.com/arthur-pbty/arthur-os.git
synced 2026-08-04 12:47:51 +02: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 https://github.com/basecamp/omarchy/commit/d9efaac906cc291f27a242d66e940a6357658b3c
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
|
|
# }
|