dots


commit
0f7f487
parent
f64d8ff
author
xxwhirlpool
date
2025-08-11 18:32:43 -0400 EDT
edit lxqt notification appearance; picom conf edit
2 files changed,  +21, -16
M config/.config/picom/picom.conf
+2, -1
1@@ -1,4 +1,5 @@
2 opacity-rule = [
3 	"90:class_g = 'kitty'",
4-	"90:class_g = 'lxqt-panel'"
5+	"90:class_g = 'lxqt-panel'",
6+	"90:class_g = 'lxqt-notificationd'"
7 ]
M themes/lxqt/catppuccin-frappe/lxqt-notificationd.qss
+19, -15
 1@@ -1,29 +1,31 @@
 2 Notification {
 3-    color: #1E1E2E;
 4-    border: 1.3px solid #575268;
 5-     background-color: rgba(30, 30, 46 75%);
 6-    border-radius: 5px;
 7+    color: #dee5f7;
 8+    border: 0;
 9+    background-color: #232634;
10+    border-radius: 0;
11+    font-family: "JetBrainsMonoNF-Regular", sans-serif;
12+    font-weight: normal;
13 }
14 
15 QLabel {
16-    color: #dddddd;
17+    color: #dee5f7;
18     background:transparent;
19-    border-radius: 4px;
20-    border-bottom: 1px dotted #b3a58f;
21+    border-radius: 0;
22+    border-bottom: none;
23     
24 }
25 
26 #bodyLabel{
27-    color: #d6d6d6;
28+    color: #dee5f7;
29      padding: 1px;
30-     border-radius: 4px;
31-     border: 1px solid #473D22; 
32+     border-radius: 0;
33+     border: 0; 
34      
35 }
36 
37 QVBoxLayout{
38-    border-radius: 4px;
39-     border: 1px solid #383735;
40+    border-radius: 0;
41+     border: 0;
42 }
43 
44 #closeButton {
45@@ -37,13 +39,15 @@ QVBoxLayout{
46 }
47 
48 #appLabel {
49-    font-weight: bold;
50+    font-family: "JetBrainsMonoNF-Regular", sans-serif;
51     font-size: 17px;
52+    font-weight: normal;
53 }
54 
55 #summaryLabel {
56     background: transparent;
57-    color: white;
58+    color: #dee5f7;
59     border: none;
60-    font-style: bold;
61+    font-weight: normal;
62+    font-family: "JetBrainsMonoNF-Regular", sans-serif;
63 }