I've using hyprland for a couple of months now and everything works great except when trying to change the temperature of my screen. I have exec-once = hyprsunset in my hyprland.conf file and this is my configuration:
profile {
time = 5:00
temperature = 6000
}
profile {
time = 18:00
temperature = 5500
}
profile {
time = 19:00
temperature = 4500
}
profile {
time = 20:00
temperature = 3500
}
profile {
time = 21:00
temperature = 3000
}
Everything seems to be working fine but I don't see any changes in my screen, How can I address this issue?. For the record, I also tried wlsunset and it didn't work either, the error with it was:
❯ wlsunset
registry: adding output 63
gamma control of output eDP-1 (63) failed
calculated sun trajectory: polar night
setting temperature to 4000 K
gamma control of output eDP-1 (63) failed
My theory is that my laptop's hardware is too new and there may be a compatibility issue, I use the Zephyrus G16 2024 (Ryzen 9 + Nvidia 4060), I use the iGPU, the nvidia GPU is disabled most of the time.
I've using hyprland for a couple of months now and everything works great except when trying to change the temperature of my screen. I have
exec-once = hyprsunsetin myhyprland.conffile and this is my configuration:Everything seems to be working fine but I don't see any changes in my screen, How can I address this issue?. For the record, I also tried
wlsunsetand it didn't work either, the error with it was:My theory is that my laptop's hardware is too new and there may be a compatibility issue, I use the Zephyrus G16 2024 (Ryzen 9 + Nvidia 4060), I use the iGPU, the nvidia GPU is disabled most of the time.