From a4d2a720d0518b11fdd1b70ef9bfdaafce448d21 Mon Sep 17 00:00:00 2001 From: end-4 <97237370+end-4@users.noreply.github.com> Date: Wed, 22 Oct 2025 23:55:39 +0200 Subject: [PATCH] fix deprecated Connections syntax --- dots/.config/quickshell/ii/services/Hyprsunset.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dots/.config/quickshell/ii/services/Hyprsunset.qml b/dots/.config/quickshell/ii/services/Hyprsunset.qml index 2642025ad..8f0e36529 100644 --- a/dots/.config/quickshell/ii/services/Hyprsunset.qml +++ b/dots/.config/quickshell/ii/services/Hyprsunset.qml @@ -130,7 +130,7 @@ Singleton { // Change temp Connections { target: Config.options.light.night - onColorTemperatureChanged: { + function onColorTemperatureChanged() { if (!root.active) return; Hyprland.dispatch(`hyprctl hyprsunset temperature ${Config.options.light.night.colorTemperature}`); Quickshell.execDetached(["hyprctl", "hyprsunset", "temperature", `${Config.options.light.night.colorTemperature}`]);