notification list

This commit is contained in:
end-4
2025-04-19 00:09:51 +02:00
parent 02151a93f6
commit 6b457c7780
21 changed files with 287 additions and 9 deletions
+1 -1
View File
@@ -3,6 +3,7 @@ import QtQuick
import Quickshell
import Quickshell.Io
pragma Singleton
pragma ComponentBehavior: Bound
Singleton {
property string time: Qt.formatDateTime(clock.date, "hh:mm")
@@ -14,7 +15,6 @@ Singleton {
SystemClock {
id: clock
precision: SystemClock.Minutes
}