This commit is contained in:
Your Name
2026-07-17 20:03:04 +00:00
parent 880ee3974f
commit d4c5dfc135
4 changed files with 52 additions and 71 deletions
+4 -4
View File
@@ -1,7 +1,6 @@
import QtQuick
import Quickshell
import Quickshell.Services.Notifications
import Quickshell.Widgets
import "../../config"
Rectangle {
@@ -78,13 +77,14 @@ Rectangle {
height: 28
anchors.verticalCenter: parent.verticalCenter
IconImage {
Image {
id: notifIcon
anchors.fill: parent
icon: notification.appIcon
source: notification.appIcon ? "file://" + notification.appIcon : ""
sourceSize.width: 28
sourceSize.height: 28
visible: notification.appIcon !== ""
asynchronous: true
visible: status === Image.Ready
}
Text {