fix(hyprsunset): remove vestigial Hyprland.dispatch broken under .lua schema

This commit is contained in:
zzalli
2026-05-17 15:36:14 +03:00
parent c0706258b1
commit d4d78a5e62
@@ -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}`]);
}
}