Regenerated
This commit is contained in:
+327
-306
File diff suppressed because it is too large
Load Diff
+17
-2
@@ -2898,6 +2898,7 @@ window#waybar {
|
|||||||
flex: 1;
|
flex: 1;
|
||||||
display: flex;
|
display: flex;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
|
margin: 0 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* --------------------------------------------------------- */
|
/* --------------------------------------------------------- */
|
||||||
@@ -2907,8 +2908,22 @@ window#waybar {
|
|||||||
#myworkspaces,
|
#myworkspaces,
|
||||||
#connections,
|
#connections,
|
||||||
#hardware {
|
#hardware {
|
||||||
padding: 0;
|
min-width: 220px;
|
||||||
margin: 0 6px;
|
display: flex;
|
||||||
|
justify-content: center;
|
||||||
|
padding: 4px 10px;
|
||||||
|
text-align: center;
|
||||||
|
|
||||||
|
color: @text;
|
||||||
|
font-weight: bold;
|
||||||
|
|
||||||
|
border-radius: 10px;
|
||||||
|
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;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* --------------------------------------------------------- */
|
/* --------------------------------------------------------- */
|
||||||
|
|||||||
Reference in New Issue
Block a user