This file is indexed.

/usr/share/lxqt/themes/light/lxqt-notificationd.qss is in lxqt-common 0.11.2-2.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
Notification {
    background-color:qlineargradient(x1:0, y1:0, x2:0, y2:1, stop:0 #EFEFEF, stop:0.25 #e9e9e9, stop: 0.5 #dfdfdf, stop: 0.75 #d7d7d7, stop:1 #c0c0c0);
    border: 1px solid #B0B0B0;
    margin: 0px;
}

QLabel {
    color: black;
}

#appLabel {
    color: #838581;
}

#closeButton {
    qproperty-icon: url(lxqt-runner/close-48x48.png);
}