diff --git a/dots/.config/quickshell/ii/modules/sidebarRight/notifications/NotificationList.qml b/dots/.config/quickshell/ii/modules/sidebarRight/notifications/NotificationList.qml index d52d51a55..a1748a67d 100644 --- a/dots/.config/quickshell/ii/modules/sidebarRight/notifications/NotificationList.qml +++ b/dots/.config/quickshell/ii/modules/sidebarRight/notifications/NotificationList.qml @@ -87,7 +87,7 @@ Item { } NotificationStatusButton { Layout.fillWidth: false - buttonIcon: "clear_all" + buttonIcon: "delete_sweep" onClicked: () => { Notifications.discardAllNotifications() }