Replace our NightLight solution with wlsunset.

NightLight: add temperature solution
NTextInput: add input hint support
This commit is contained in:
Ly-sec 2025-08-28 15:34:47 +02:00
parent 57a67bf4df
commit 2a686b55c4
9 changed files with 167 additions and 130 deletions

View file

@ -21,7 +21,6 @@ import qs.Modules.Calendar
import qs.Modules.Dock
import qs.Modules.IPC
import qs.Modules.LockScreen
import qs.Modules.NightLight
import qs.Modules.Notification
import qs.Modules.SettingsPanel
import qs.Modules.PowerPanel
@ -51,7 +50,7 @@ ShellRoot {
ToastOverlay {}
NightLightOverlay {}
// Night light handled by wlsunset via NightLightService; no overlay needed
IPCManager {}