So, I have this hyprsunset.conf file
# Daytime (Standard)
profile {
time = 07:00
identity = true
}
# Evening (Slightly Warm)
profile {
time = 18:00
temperature = 5000
}
# Late Night (Very Yellow)
profile {
time = 22:00
temperature = 3000
}
and I have this in my hyprland.conf
exec-once = hyprsunset
bind = $mainMod, F5, exec, hyprctl hyprsunset temperature 3000
bind = $mainMod, F6, exec, hyprctl hyprsunset reset
The keybind F5 works and I could manually try to change the temperature by cli by typing such command.
However, the keybind F6 doesn't work. When I try to type manually the command, it gives me invalid command instead. Such error could be seen in this figure where you could also see other successful command and the version of hyprland and hyprsunset.
Any idea how to solve it?

So, I have this hyprsunset.conf file
and I have this in my hyprland.conf
The keybind F5 works and I could manually try to change the temperature by cli by typing such command.
However, the keybind F6 doesn't work. When I try to type manually the command, it gives me
invalid commandinstead. Such error could be seen in this figure where you could also see other successful command and the version of hyprland and hyprsunset.Any idea how to solve it?