NightLight: refactored the code to make simpler
- using intensity instead of warmth - animated color transition - removed unecessary bindings and double properties - using better icons to avoid confusion with brightness - polished settings UI
This commit is contained in:
parent
76f0368a64
commit
4cd94f0426
6 changed files with 113 additions and 216 deletions
|
|
@ -40,7 +40,6 @@ ShellRoot {
|
|||
ScreenCorners {}
|
||||
Bar {}
|
||||
Dock {}
|
||||
NightLight {}
|
||||
|
||||
Notification {
|
||||
id: notification
|
||||
|
|
@ -52,6 +51,8 @@ ShellRoot {
|
|||
|
||||
ToastOverlay {}
|
||||
|
||||
NightLightOverlay {}
|
||||
|
||||
IPCManager {}
|
||||
|
||||
// ------------------------------
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue