notifications working perfectly they look so cool

This commit is contained in:
2026-08-09 15:38:02 +01:00
parent 1c5a25c8fa
commit 0203236575
2 changed files with 77 additions and 12 deletions

View File

@@ -2,6 +2,7 @@ pragma Singleton
import QtQuick
import Quickshell
import Quickshell.Services.Notifications
import "../Color.js" as Colors
Singleton {
id: root
@@ -26,6 +27,7 @@ Singleton {
actionsSupported: true
bodyMarkupSupported: true
bodySupported: true
imageSupported: true
onNotification: notification => {
notification.tracked = true;