Regenerated
This commit is contained in:
+301
-307
File diff suppressed because it is too large
Load Diff
+5
-11
@@ -2947,15 +2947,13 @@ window#waybar {
|
|||||||
#hardware {
|
#hardware {
|
||||||
padding: 0px 1px;
|
padding: 0px 1px;
|
||||||
min-width: 80px;
|
min-width: 80px;
|
||||||
color: @crust;
|
color: @text;
|
||||||
border-radius: 10px;
|
border-radius: 10px;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
/* transparent border to preserve spacing */
|
/* transparent border to preserve spacing */
|
||||||
border: 1px solid transparent;
|
border: 1px solid @blue @green;
|
||||||
/* fake border via layered background */
|
/* fake border via layered background */
|
||||||
background:
|
background: transparent
|
||||||
linear-gradient(45deg, @blue, @green) border-box,
|
|
||||||
rgba(0, 0, 0, 0.0) padding-box;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/* center expanded content */
|
/* center expanded content */
|
||||||
@@ -2984,9 +2982,7 @@ window#waybar {
|
|||||||
/* transparent border to preserve spacing */
|
/* transparent border to preserve spacing */
|
||||||
border: 1px solid transparent;
|
border: 1px solid transparent;
|
||||||
/* fake border via layered background */
|
/* fake border via layered background */
|
||||||
background:
|
background: transparent
|
||||||
linear-gradient(45deg, @blue, @green) border-box,
|
|
||||||
rgba(0, 0, 0, 0.0) padding-box;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/* center expanded content */
|
/* center expanded content */
|
||||||
@@ -3015,9 +3011,7 @@ window#waybar {
|
|||||||
/* transparent border to preserve spacing */
|
/* transparent border to preserve spacing */
|
||||||
border: 1px solid transparent;
|
border: 1px solid transparent;
|
||||||
/* fake border via layered background */
|
/* fake border via layered background */
|
||||||
background:
|
background: transparent
|
||||||
linear-gradient(45deg, @blue, @green) border-box,
|
|
||||||
rgba(0, 0, 0, 0.0) padding-box;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/* center expanded content */
|
/* center expanded content */
|
||||||
|
|||||||
@@ -78,15 +78,13 @@ window#waybar {
|
|||||||
#hardware {
|
#hardware {
|
||||||
padding: 0px 1px;
|
padding: 0px 1px;
|
||||||
min-width: 80px;
|
min-width: 80px;
|
||||||
color: @crust;
|
color: @text;
|
||||||
border-radius: 10px;
|
border-radius: 10px;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
/* transparent border to preserve spacing */
|
/* transparent border to preserve spacing */
|
||||||
border: 1px solid transparent;
|
border: 1px solid @blue @green;
|
||||||
/* fake border via layered background */
|
/* fake border via layered background */
|
||||||
background:
|
background: transparent
|
||||||
linear-gradient(45deg, @blue, @green) border-box,
|
|
||||||
rgba(0, 0, 0, 0.0) padding-box;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/* center expanded content */
|
/* center expanded content */
|
||||||
@@ -115,9 +113,7 @@ window#waybar {
|
|||||||
/* transparent border to preserve spacing */
|
/* transparent border to preserve spacing */
|
||||||
border: 1px solid transparent;
|
border: 1px solid transparent;
|
||||||
/* fake border via layered background */
|
/* fake border via layered background */
|
||||||
background:
|
background: transparent
|
||||||
linear-gradient(45deg, @blue, @green) border-box,
|
|
||||||
rgba(0, 0, 0, 0.0) padding-box;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/* center expanded content */
|
/* center expanded content */
|
||||||
@@ -146,9 +142,7 @@ window#waybar {
|
|||||||
/* transparent border to preserve spacing */
|
/* transparent border to preserve spacing */
|
||||||
border: 1px solid transparent;
|
border: 1px solid transparent;
|
||||||
/* fake border via layered background */
|
/* fake border via layered background */
|
||||||
background:
|
background: transparent
|
||||||
linear-gradient(45deg, @blue, @green) border-box,
|
|
||||||
rgba(0, 0, 0, 0.0) padding-box;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/* center expanded content */
|
/* center expanded content */
|
||||||
|
|||||||
Reference in New Issue
Block a user