Regenerated

This commit is contained in:
2026-04-05 09:57:13 +02:00
parent f3c24d998e
commit a69663b6a1
3 changed files with 329 additions and 299 deletions
+307 -297
View File
File diff suppressed because it is too large Load Diff
+11 -1
View File
@@ -2879,7 +2879,17 @@ window#waybar {
}
#hardware {
background-color: #202131;
padding: 0px 1px;
min-width: 80px;
color: @text;
border-radius: 10px;
font-weight: bold;
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;
}
workspaces button {
+11 -1
View File
@@ -28,7 +28,17 @@ window#waybar {
}
#hardware {
background-color: #202131;
padding: 0px 1px;
min-width: 80px;
color: @text;
border-radius: 10px;
font-weight: bold;
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;
}
workspaces button {