From d4d78a5e62c6a9b85e32b2eab966b2658e33435f Mon Sep 17 00:00:00 2001 From: zzalli Date: Sun, 17 May 2026 15:36:14 +0300 Subject: [PATCH] fix(hyprsunset): remove vestigial Hyprland.dispatch broken under .lua schema --- dots/.config/quickshell/ii/services/Hyprsunset.qml | 1 - 1 file changed, 1 deletion(-) diff --git a/dots/.config/quickshell/ii/services/Hyprsunset.qml b/dots/.config/quickshell/ii/services/Hyprsunset.qml index 8531b991d..5f422c91e 100644 --- a/dots/.config/quickshell/ii/services/Hyprsunset.qml +++ b/dots/.config/quickshell/ii/services/Hyprsunset.qml @@ -166,7 +166,6 @@ Singleton { target: Config.options.light.night function onColorTemperatureChanged() { if (!root.temperatureActive) return; - Hyprland.dispatch(`hyprctl hyprsunset temperature ${Config.options.light.night.colorTemperature}`); Quickshell.execDetached(["hyprctl", "hyprsunset", "temperature", `${Config.options.light.night.colorTemperature}`]); } }