Regenerated

This commit is contained in:
2026-04-23 23:06:06 +02:00
parent 5a058db718
commit fc4ea6047d
3 changed files with 398 additions and 389 deletions
+386 -383
View File
File diff suppressed because it is too large Load Diff
+6 -3
View File
@@ -4991,8 +4991,6 @@ This file contains all css for waybar
window#waybar {
background-color: transparent;
color: @text;
border: none;
box-shadow: none;
}
/* --------------------------------------------------------- */
@@ -5039,7 +5037,6 @@ window#waybar {
linear-gradient(@base-alpha, @base-alpha) padding-box,
linear-gradient(45deg, @blue, @green) border-box;
border: 2px solid transparent;
margin: 0 40px;
}
.modules-left > widget label,
@@ -5052,6 +5049,12 @@ window#waybar {
transition: padding 0.2s ease;
}
.modules-left,
.modules-center,
.modules-right {
gap: 10px;
}
/* -----------------------------
WORKSPACES / WINDOWS MODULE
----------------------------- */
@@ -16,8 +16,6 @@
window#waybar {
background-color: transparent;
color: @text;
border: none;
box-shadow: none;
}
/* --------------------------------------------------------- */
@@ -64,7 +62,6 @@ window#waybar {
linear-gradient(@base-alpha, @base-alpha) padding-box,
linear-gradient(45deg, @blue, @green) border-box;
border: 2px solid transparent;
margin: 0 40px;
}
.modules-left > widget label,
@@ -77,6 +74,12 @@ window#waybar {
transition: padding 0.2s ease;
}
.modules-left,
.modules-center,
.modules-right {
gap: 10px;
}
/* -----------------------------
WORKSPACES / WINDOWS MODULE
----------------------------- */