diff --git a/.config/quickshell/modules/common/widgets/NotificationWidget.qml b/.config/quickshell/modules/common/widgets/NotificationWidget.qml index 5a02cbe1d..e22544d27 100644 --- a/.config/quickshell/modules/common/widgets/NotificationWidget.qml +++ b/.config/quickshell/modules/common/widgets/NotificationWidget.qml @@ -310,16 +310,6 @@ Item { elide: Text.ElideRight } - // StyledText { // dot - // id: notificationDot - // Layout.fillWidth: false - // wrapMode: Text.Wrap - // horizontalAlignment: Text.AlignLeft - // font.pixelSize: Appearance.font.pixelSize.smaller - // color: Appearance.m3colors.m3outline - // text: NotificationUtils.getFriendlyNotifTimeString(notificationObject.time) - // } - StyledText { // Time id: notificationTimeText Layout.fillWidth: false @@ -339,8 +329,6 @@ Item { } } - Item { Layout.fillWidth: true } - Button { // Expand button Layout.alignment: Qt.AlignTop id: expandButton