Regenerated

This commit is contained in:
2026-04-23 22:48:31 +02:00
parent 0f32aa31c3
commit 9ebd0ebdae
3 changed files with 389 additions and 383 deletions
+383 -381
View File
File diff suppressed because it is too large Load Diff
+3 -1
View File
@@ -4991,6 +4991,8 @@ This file contains all css for waybar
window#waybar { window#waybar {
background-color: transparent; background-color: transparent;
color: @text; color: @text;
border: none;
box-shadow: none;
} }
/* --------------------------------------------------------- */ /* --------------------------------------------------------- */
@@ -5210,7 +5212,7 @@ label#custom-windows:not(.active) {
} }
#custom-spacer { #custom-spacer {
min-width: 20px; min-width: 10px;
background: transparent; background: transparent;
border: none; border: none;
box-shadow: none; box-shadow: none;
@@ -16,6 +16,8 @@
window#waybar { window#waybar {
background-color: transparent; background-color: transparent;
color: @text; color: @text;
border: none;
box-shadow: none;
} }
/* --------------------------------------------------------- */ /* --------------------------------------------------------- */
@@ -235,7 +237,7 @@ label#custom-windows:not(.active) {
} }
#custom-spacer { #custom-spacer {
min-width: 20px; min-width: 10px;
background: transparent; background: transparent;
border: none; border: none;
box-shadow: none; box-shadow: none;