Regenerated

This commit is contained in:
2026-04-07 09:56:23 +02:00
parent 50ad3959ab
commit 743fafdd4f
3 changed files with 347 additions and 428 deletions
+313 -340
View File
File diff suppressed because it is too large Load Diff
+17 -44
View File
@@ -2922,64 +2922,37 @@ window#waybar {
linear-gradient(45deg, @blue, @green) border-box;
}
#custom-spacer {
min-width: 200px;
padding: 0;
margin: 0;
background: transparent;
border: transparent;
}
/* --- Groups --- */
#hardware {
min-width: 80px;
color: @text;
font-weight: bold;
border: 2px solid transparent;
border-radius:30px;
background:
linear-gradient(@base, @base) padding-box,
linear-gradient(45deg, @blue, @green) border-box;
}
#hardware label {
.modules-center > label {
padding: 0px 30px;
transition: padding 0.2s ease;
}
#hardware:hover label {
.modules-center:hover label {
padding: 0px 10px;
}
#custom-spacer {
min-width: 200px;
padding: 0;
margin: 0;
background: none;
border: none;
color: inherit;
font-weight: normal;
}
/* --- Group specifics --- */
#hardware:hover #custom-hardware-anchor {
opacity: 0;
transition: opacity 0.2s ease;
}
#connections {
padding: 0px 1px;
min-width: 80px;
color: @text;
border-radius: 10px;
font-weight: bold;
border: 2px solid transparent;
background:
linear-gradient(@base, @base) padding-box,
linear-gradient(45deg, @blue, @green) border-box;
connections:hover #custom-connections-anchor {
opacity: 0;
transition: opacity 0.2s ease;
}
#workspaces {
padding: 0px 1px;
min-width: 80px;
color: @text;
border-radius: 10px;
font-weight: bold;
border: 2px solid transparent;
border-radius: 10px;
background:
linear-gradient(@base, @base) padding-box,
linear-gradient(45deg, @blue, @green) border-box;
}
workspaces button {
padding: 0px 1px;
+17 -44
View File
@@ -63,64 +63,37 @@ window#waybar {
linear-gradient(45deg, @blue, @green) border-box;
}
#custom-spacer {
min-width: 200px;
padding: 0;
margin: 0;
background: transparent;
border: transparent;
}
/* --- Groups --- */
#hardware {
min-width: 80px;
color: @text;
font-weight: bold;
border: 2px solid transparent;
border-radius:30px;
background:
linear-gradient(@base, @base) padding-box,
linear-gradient(45deg, @blue, @green) border-box;
}
#hardware label {
.modules-center > label {
padding: 0px 30px;
transition: padding 0.2s ease;
}
#hardware:hover label {
.modules-center:hover label {
padding: 0px 10px;
}
#custom-spacer {
min-width: 200px;
padding: 0;
margin: 0;
background: none;
border: none;
color: inherit;
font-weight: normal;
}
/* --- Group specifics --- */
#hardware:hover #custom-hardware-anchor {
opacity: 0;
transition: opacity 0.2s ease;
}
#connections {
padding: 0px 1px;
min-width: 80px;
color: @text;
border-radius: 10px;
font-weight: bold;
border: 2px solid transparent;
background:
linear-gradient(@base, @base) padding-box,
linear-gradient(45deg, @blue, @green) border-box;
connections:hover #custom-connections-anchor {
opacity: 0;
transition: opacity 0.2s ease;
}
#workspaces {
padding: 0px 1px;
min-width: 80px;
color: @text;
border-radius: 10px;
font-weight: bold;
border: 2px solid transparent;
border-radius: 10px;
background:
linear-gradient(@base, @base) padding-box,
linear-gradient(45deg, @blue, @green) border-box;
}
workspaces button {
padding: 0px 1px;