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 {
|
||||
padding: 0px 1px;
|
||||
min-width: 80px;
|
||||
color: @crust;
|
||||
color: @text;
|
||||
border-radius: 10px;
|
||||
font-weight: bold;
|
||||
/* transparent border to preserve spacing */
|
||||
border: 1px solid transparent;
|
||||
border: 1px solid @blue @green;
|
||||
/* fake border via layered background */
|
||||
background:
|
||||
linear-gradient(45deg, @blue, @green) border-box,
|
||||
rgba(0, 0, 0, 0.0) padding-box;
|
||||
background: transparent
|
||||
}
|
||||
|
||||
/* center expanded content */
|
||||
@@ -2984,9 +2982,7 @@ window#waybar {
|
||||
/* transparent border to preserve spacing */
|
||||
border: 1px solid transparent;
|
||||
/* fake border via layered background */
|
||||
background:
|
||||
linear-gradient(45deg, @blue, @green) border-box,
|
||||
rgba(0, 0, 0, 0.0) padding-box;
|
||||
background: transparent
|
||||
}
|
||||
|
||||
/* center expanded content */
|
||||
@@ -3015,9 +3011,7 @@ window#waybar {
|
||||
/* transparent border to preserve spacing */
|
||||
border: 1px solid transparent;
|
||||
/* fake border via layered background */
|
||||
background:
|
||||
linear-gradient(45deg, @blue, @green) border-box,
|
||||
rgba(0, 0, 0, 0.0) padding-box;
|
||||
background: transparent
|
||||
}
|
||||
|
||||
/* center expanded content */
|
||||
|
||||
@@ -78,15 +78,13 @@ window#waybar {
|
||||
#hardware {
|
||||
padding: 0px 1px;
|
||||
min-width: 80px;
|
||||
color: @crust;
|
||||
color: @text;
|
||||
border-radius: 10px;
|
||||
font-weight: bold;
|
||||
/* transparent border to preserve spacing */
|
||||
border: 1px solid transparent;
|
||||
border: 1px solid @blue @green;
|
||||
/* fake border via layered background */
|
||||
background:
|
||||
linear-gradient(45deg, @blue, @green) border-box,
|
||||
rgba(0, 0, 0, 0.0) padding-box;
|
||||
background: transparent
|
||||
}
|
||||
|
||||
/* center expanded content */
|
||||
@@ -115,9 +113,7 @@ window#waybar {
|
||||
/* transparent border to preserve spacing */
|
||||
border: 1px solid transparent;
|
||||
/* fake border via layered background */
|
||||
background:
|
||||
linear-gradient(45deg, @blue, @green) border-box,
|
||||
rgba(0, 0, 0, 0.0) padding-box;
|
||||
background: transparent
|
||||
}
|
||||
|
||||
/* center expanded content */
|
||||
@@ -146,9 +142,7 @@ window#waybar {
|
||||
/* transparent border to preserve spacing */
|
||||
border: 1px solid transparent;
|
||||
/* fake border via layered background */
|
||||
background:
|
||||
linear-gradient(45deg, @blue, @green) border-box,
|
||||
rgba(0, 0, 0, 0.0) padding-box;
|
||||
background: transparent
|
||||
}
|
||||
|
||||
/* center expanded content */
|
||||
|
||||
Reference in New Issue
Block a user