Rewrite the manager responsible for handling automatic hyprsunset temperature activation as a qml plugin #117

Merged
zach merged 5 commits from hyprsunset-manager-rewrite into main 2026-06-04 15:05:46 +02:00
Showing only changes of commit 6586cc2788 - Show all commits
@@ -24,8 +24,6 @@ HyprsunsetManager::HyprsunsetManager(QObject* parent) : QObject(parent) {
m_process.setStandardInputFile(QProcess::nullDevice());
m_process.setStandardOutputFile(QProcess::nullDevice());
apply();
}
int HyprsunsetManager::startTime() const {