Regenerated

This commit is contained in:
2026-04-06 13:11:33 +02:00
parent db4ab77a03
commit 1cd740e674
3 changed files with 314 additions and 302 deletions
+302 -298
View File
File diff suppressed because it is too large Load Diff
+6 -2
View File
@@ -2960,10 +2960,14 @@ window#waybar {
color: @text;
border-radius: 10px;
font-weight: bold;
border: 2px solid @teal;
border: 2px solid transparent;
border-radius: 10px;
background:
linear-gradient(rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.1)) padding-box,
linear-gradient(@base, @base) padding-box,
linear-gradient(45deg, @blue, @green) border-box;
display: flex;
justify-content: center; /* horizontal centering */
align-items: center; /* vertical centering */
}
#connections {
+6 -2
View File
@@ -101,10 +101,14 @@ window#waybar {
color: @text;
border-radius: 10px;
font-weight: bold;
border: 2px solid @teal;
border: 2px solid transparent;
border-radius: 10px;
background:
linear-gradient(rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.1)) padding-box,
linear-gradient(@base, @base) padding-box,
linear-gradient(45deg, @blue, @green) border-box;
display: flex;
justify-content: center; /* horizontal centering */
align-items: center; /* vertical centering */
}
#connections {