Regenerated

This commit is contained in:
2026-04-13 16:11:42 +02:00
parent 6549c6b6fa
commit 18ff2b22b2
3 changed files with 421 additions and 436 deletions
+12 -5
View File
@@ -4522,10 +4522,16 @@ This is the default layout for wofi
OUTER BORDER (GRADIENT)
========================= */
window {
margin: 5px;
border: 2px solid red;
background-color: red;
#window {
background-color: rgba(30, 30, 46, 0.98);
border-radius: 28px;
/* THIS is your “border” */
box-shadow:
0 0 0 2px #89b4fa,
0 0 0 4px #a6e3a1,
0 10px 30px rgba(0,0,0,0.5);
}
/* OUTER GLOW LAYER (THIS is your "border") */
@@ -4619,7 +4625,8 @@ background-color: red;
#prompt {
color: @subtext0;
margin-right: 6px;
}#+END_SRC
}
#+END_SRC