forked from Shinonome/dots-hyprland
fix(hyprsunset): remove vestigial Hyprland.dispatch broken under .lua schema (#3356)
This commit is contained in:
@@ -166,7 +166,6 @@ Singleton {
|
|||||||
target: Config.options.light.night
|
target: Config.options.light.night
|
||||||
function onColorTemperatureChanged() {
|
function onColorTemperatureChanged() {
|
||||||
if (!root.temperatureActive) return;
|
if (!root.temperatureActive) return;
|
||||||
Hyprland.dispatch(`hyprctl hyprsunset temperature ${Config.options.light.night.colorTemperature}`);
|
|
||||||
Quickshell.execDetached(["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