Regenerated

This commit is contained in:
2026-04-13 15:31:21 +02:00
parent 1f9e960787
commit 9d85d6ee21
3 changed files with 360 additions and 348 deletions
+344 -340
View File
File diff suppressed because it is too large Load Diff
+8 -4
View File
@@ -2594,10 +2594,14 @@ windowrule {
# Wofi window rules
# (windowrulev2 does not support $variables, hardcoded intentionally)
windowrulev2 = bordercolor rgb(89b4fa) rgb(a6e3a1) 45deg, class:^(wofi)$
windowrulev2 = rounding 14, class:^(wofi)$
windowrulev2 = noborder 0, class:^(wofi)$
# (match: fields do not support $variables, hardcoded intentionally)
windowrule {
name = wofi
match:class = ^(wofi)$
border_color = rgb(89b4fa) rgb(a6e3a1) 45deg
rounding = 14
noborder = off
}
#+END_SRC
@@ -49,7 +49,11 @@ windowrule {
# Wofi window rules
# (windowrulev2 does not support $variables, hardcoded intentionally)
windowrulev2 = bordercolor rgb(89b4fa) rgb(a6e3a1) 45deg, class:^(wofi)$
windowrulev2 = rounding 14, class:^(wofi)$
windowrulev2 = noborder 0, class:^(wofi)$
# (match: fields do not support $variables, hardcoded intentionally)
windowrule {
name = wofi
match:class = ^(wofi)$
border_color = rgb(89b4fa) rgb(a6e3a1) 45deg
rounding = 14
noborder = off
}