Regenerated

This commit is contained in:
2026-04-04 11:30:31 +02:00
parent 7eaf44f591
commit 0541e5fac9
2 changed files with 344 additions and 308 deletions
+327 -306
View File
File diff suppressed because it is too large Load Diff
+17 -2
View File
@@ -2898,6 +2898,7 @@ window#waybar {
flex: 1;
display: flex;
justify-content: center;
margin: 0 10px;
}
/* --------------------------------------------------------- */
@@ -2907,8 +2908,22 @@ window#waybar {
#myworkspaces,
#connections,
#hardware {
padding: 0;
margin: 0 6px;
min-width: 220px;
display: flex;
justify-content: center;
padding: 4px 10px;
text-align: center;
color: @text;
font-weight: bold;
border-radius: 10px;
border: 1px solid transparent;
background:
linear-gradient(rgba(255,255,255,0.15),
rgba(255,255,255,0.15)) padding-box,
linear-gradient(45deg, @blue, @green) border-box;
}
/* --------------------------------------------------------- */