Regenerated
This commit is contained in:
+313
-340
File diff suppressed because it is too large
Load Diff
+17
-44
@@ -2922,64 +2922,37 @@ window#waybar {
|
|||||||
linear-gradient(45deg, @blue, @green) border-box;
|
linear-gradient(45deg, @blue, @green) border-box;
|
||||||
}
|
}
|
||||||
|
|
||||||
#custom-spacer {
|
.modules-center > label {
|
||||||
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 {
|
|
||||||
padding: 0px 30px;
|
padding: 0px 30px;
|
||||||
transition: padding 0.2s ease;
|
transition: padding 0.2s ease;
|
||||||
}
|
}
|
||||||
|
|
||||||
#hardware:hover label {
|
.modules-center:hover label {
|
||||||
padding: 0px 10px;
|
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 {
|
#hardware:hover #custom-hardware-anchor {
|
||||||
opacity: 0;
|
opacity: 0;
|
||||||
transition: opacity 0.2s ease;
|
transition: opacity 0.2s ease;
|
||||||
}
|
}
|
||||||
|
|
||||||
#connections {
|
connections:hover #custom-connections-anchor {
|
||||||
padding: 0px 1px;
|
opacity: 0;
|
||||||
min-width: 80px;
|
transition: opacity 0.2s ease;
|
||||||
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;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#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 {
|
workspaces button {
|
||||||
padding: 0px 1px;
|
padding: 0px 1px;
|
||||||
|
|||||||
@@ -63,64 +63,37 @@ window#waybar {
|
|||||||
linear-gradient(45deg, @blue, @green) border-box;
|
linear-gradient(45deg, @blue, @green) border-box;
|
||||||
}
|
}
|
||||||
|
|
||||||
#custom-spacer {
|
.modules-center > label {
|
||||||
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 {
|
|
||||||
padding: 0px 30px;
|
padding: 0px 30px;
|
||||||
transition: padding 0.2s ease;
|
transition: padding 0.2s ease;
|
||||||
}
|
}
|
||||||
|
|
||||||
#hardware:hover label {
|
.modules-center:hover label {
|
||||||
padding: 0px 10px;
|
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 {
|
#hardware:hover #custom-hardware-anchor {
|
||||||
opacity: 0;
|
opacity: 0;
|
||||||
transition: opacity 0.2s ease;
|
transition: opacity 0.2s ease;
|
||||||
}
|
}
|
||||||
|
|
||||||
#connections {
|
connections:hover #custom-connections-anchor {
|
||||||
padding: 0px 1px;
|
opacity: 0;
|
||||||
min-width: 80px;
|
transition: opacity 0.2s ease;
|
||||||
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;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#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 {
|
workspaces button {
|
||||||
padding: 0px 1px;
|
padding: 0px 1px;
|
||||||
|
|||||||
Reference in New Issue
Block a user