From 4e6e5c675b3cb1b28c757576dccdadd76ae07257 Mon Sep 17 00:00:00 2001 From: "Danilo M." Date: Tue, 15 Sep 2026 14:46:08 +0200 Subject: feat(status): add the snooze row A switch and a free-text minutes field driving notify-snooze.sh. Snooze is a file the balloon shell reads, so the row only writes it; the switch follows the file, including a snooze that ends while the page is open. --- desktop/modules/status/StatusPage.qml | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'desktop/modules/status/StatusPage.qml') diff --git a/desktop/modules/status/StatusPage.qml b/desktop/modules/status/StatusPage.qml index 850cc73..2fbdc9b 100644 --- a/desktop/modules/status/StatusPage.qml +++ b/desktop/modules/status/StatusPage.qml @@ -40,4 +40,14 @@ Column { description: "Do not disturb, no screen lock, breaktimer paused." value: Status.presentation } + + Rectangle { + width: page.width + height: 1 + color: Qt.alpha(Theme.text, 0.08) + } + + SnoozeRow { + width: page.width + } } -- cgit v1.2.3