Compare commits

..

1 Commits

Author SHA1 Message Date
8c7ecc1b14 fixed some notification stuff lol 2026-06-27 18:09:24 +01:00
2 changed files with 4 additions and 2 deletions

View File

@@ -140,7 +140,7 @@ Container {
if (latestNotification != null && Hyprland.focusedMonitor == monitor) { if (latestNotification != null && Hyprland.focusedMonitor == monitor) {
if (root.latestNotification.lastGeneration == false) { if (root.latestNotification.lastGeneration == false) {
root.state = "notified"; root.state = "notified";
notificationViewTimer.start(); notificationViewTimer.restart();
} }
} }
} }

View File

@@ -34,9 +34,11 @@ Item {
StyledText { StyledText {
elide: Text.ElideRight elide: Text.ElideRight
horizontalAlignment: Text.AlignHCenter horizontalAlignment: Text.AlignHCenter
maximumLineCount: 2
text: root.body text: root.body
verticalAlignment: Text.AlignVCenter verticalAlignment: Text.AlignVCenter
width: root.width - 20 width: root.width - 20
wrapMode: Text.WordWrap
font { font {
pointSize: 10 pointSize: 10