Create Hyprland IPC hook for silencing notifications, fix a typo in NotificationsWidget
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user