forked from Shinonome/dots-hyprland
fix(hyprsunset): remove vestigial Hyprland.dispatch broken under .lua schema
This commit is contained in:
@@ -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}`]);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user