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;
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
margin: 0 10px;
|
||||
}
|
||||
|
||||
/* --------------------------------------------------------- */
|
||||
@@ -2907,8 +2908,22 @@ window#waybar {
|
||||
#myworkspaces,
|
||||
#connections,
|
||||
#hardware {
|
||||
padding: 0;
|
||||
margin: 0 6px;
|
||||
min-width: 220px;
|
||||
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