/usr/share/lxqt/themes/ambiance/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 18 19 20 21 22 23 24 25 26 27 28 29 30 | Notification {
color: #f2f1f0;
border: 1px solid #2b2b29;
background-color:qlineargradient(x1:0, y1:0, x2:0, y2:1, stop:0 #515048, stop:1 #3C3B37);
margin: 0px;
border-radius: 5px;
}
QLabel {
color: #f2f1f0;
}
#closeButton {
border: none;
qproperty-icon: url(lxqt-notificationd/cancel.svg);
qproperty-icon-size: 24px;
}
#closeButton:hover {
padding: 4px;
}
#appLabel {
font-weight: bold;
}
#summaryLabel {
font-style: italic;
}
|