Finalized the Notification Center backend

This commit is contained in:
Tomas Rivera
2026-03-15 19:35:00 +01:00
parent d67367e4df
commit e31c2aff63
5 changed files with 77 additions and 71 deletions
+4 -1
View File
@@ -78,5 +78,8 @@ QtObject {
readonly property color notifsOverlayColor1: transparent // original color: "transparent"
readonly property color screenshotOverlayColor1: "#44000000" // original color: "#44000000"
readonly property color screenshotOverlayColor2: woodBrown // original color: "#824524"
readonly property color notificationCenterColor1: "black"
readonly property color notificationCenterColor1: transparent // multiple things need to be set to transparent
readonly property color notificationCenterColor2: "#A79770" // main bg color
readonly property color notificationCenterColor3: "#A85D15" // notification border color (does not work)
readonly property color notificationCenterColor4: black // text
}