wactioncenter: night light page

This commit is contained in:
end-4
2025-11-22 23:33:26 +01:00
parent 9a113c24ca
commit 0f11296ee1
15 changed files with 356 additions and 21 deletions
@@ -10,6 +10,7 @@ import qs.modules.common.models.quickToggles
import qs.modules.common.widgets
import qs.modules.waffle.looks
import qs.modules.waffle.actionCenter.bluetooth
import qs.modules.waffle.actionCenter.nightLight
import qs.modules.waffle.actionCenter.volumeControl
import qs.modules.waffle.actionCenter.wifi
@@ -23,6 +24,9 @@ DelegateChooser {
ActionCenterToggleButton {
toggleModel: AntiFlashbangToggle {}
icon: "flash-off"
menu: Component {
NightLightControl {}
}
}
}
DelegateChoice {
@@ -113,6 +117,9 @@ DelegateChooser {
ActionCenterToggleButton {
toggleModel: NightLightToggle {}
icon: WIcons.nightLightIcon
menu: Component {
NightLightControl {}
}
}
}
DelegateChoice {