Fix some styling, make some components bound
This commit is contained in:
@@ -12,7 +12,7 @@ Singleton {
|
||||
|
||||
readonly property var notificationServer: notificationServer
|
||||
readonly property var notificationsNumber: notificationServer.trackedNotifications.values.length
|
||||
readonly property var maxShown: 3
|
||||
readonly property int maxShown: 3
|
||||
|
||||
property bool receivingLock: false
|
||||
property bool manualNotificationsMuted: false
|
||||
@@ -31,7 +31,7 @@ Singleton {
|
||||
return;
|
||||
|
||||
notif.tracked = true;
|
||||
root.addNotification(trackedNotifications, notif);
|
||||
root.addNotification(root.trackedNotifications, notif);
|
||||
|
||||
if (notif.lastGeneration)
|
||||
return;
|
||||
@@ -150,7 +150,6 @@ Singleton {
|
||||
Quickshell.screens.filter(screen => screen.name == HyprlandService.focusedMon.name)[0];
|
||||
}
|
||||
anchors.top: true
|
||||
margins.top: screen.height / 100
|
||||
exclusiveZone: 0
|
||||
implicitWidth: 400
|
||||
implicitHeight: screen.height
|
||||
|
||||
Reference in New Issue
Block a user