Create Hyprland IPC hook for silencing notifications, fix a typo in NotificationsWidget

This commit is contained in:
Amaro Lopes
2025-10-09 23:25:04 -03:00
parent 0a52c18f6f
commit 3c9d671535
3 changed files with 36 additions and 5 deletions

View File

@@ -65,10 +65,7 @@ Item {
id: notifText
anchors.fill: parent
text: root.notificationIcon + " "
// text: {
// NotificationService.notificationsNumber > 0 ? "\udb80\udc9a " + NotificationService.notificationsNumber : "\ueaa2";
// }
text: root.notificationIcon
}
MouseArea {