mirror of
https://github.com/tomasriveral/nixos.git
synced 2026-08-12 02:28:37 +02:00
Finalized the Notification Center backend
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user