dots


dots / themes / lxqt / catppuccin-frappe
xxwhirlpool  ·  2025-08-12

lxqt-notificationd.qss

 1Notification {
 2    color: #dee5f7;
 3    border: 0;
 4    background-color: #232634;
 5    border-radius: 0;
 6    font-family: "JetBrainsMonoNF-Regular", sans-serif;
 7    font-weight: normal;
 8}
 9
10QLabel {
11    color: #dee5f7;
12    background:transparent;
13    border-radius: 0;
14    border-bottom: none;
15    
16}
17
18#bodyLabel{
19    color: #dee5f7;
20     padding: 0;
21     border-radius: 0;
22     border: 0; 
23     margin: 0;
24}
25
26QVBoxLayout{
27    border-radius: 0;
28     border: 0;
29}
30
31#closeButton {
32    border: none;
33    qproperty-icon: url(lxqt-notificationd/cancel.svg);
34    qproperty-icon-size: 24px;
35}
36
37#closeButton:hover {
38    padding: 4px;
39}
40
41#appLabel {
42    font-family: "JetBrainsMonoNF-Regular", sans-serif;
43    font-size: 17px;
44    font-weight: normal;
45}
46
47#summaryLabel {
48    background: transparent;
49    color: #dee5f7;
50    border: none;
51    font-weight: normal;
52    font-family: "JetBrainsMonoNF-Regular", sans-serif;
53}