Night color in KDE only working on one monitor

Hi community

Night color is just working for me on one display i got 2 displays.
Anyone know how i can apply night color to my second display on KDE

How did you set up your monitors with xrandr or xorg?
I have a dual monitor setup too that works fairly simple:
/etc/X11/xorg.conf.d/10-monitor.conf

Section "Monitor"
     Identifier  "DP1"
     Option      "Primary" "true"
EndSection

Section "Monitor"
    Identifier  "HDMI1"
    Option      "LeftOf" "DP1"
EndSection

But here even though night color is active it doesn’t take effect on both monitors when it should after a reboot. I have to stop and restart it manually to make it run via the panel symbol.