From 43fe3874dd9576aa4716254f25f49e25570d2960 Mon Sep 17 00:00:00 2001 From: end-4 <97237370+end-4@users.noreply.github.com> Date: Sat, 25 Oct 2025 09:26:07 +0200 Subject: [PATCH] sidebar: make notif delete icon more intuitive --- .../ii/modules/sidebarRight/notifications/NotificationList.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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() }