Regenerated
This commit is contained in:
+319
-319
File diff suppressed because it is too large
Load Diff
+15
-15
@@ -2905,9 +2905,9 @@ window#waybar {
|
|||||||
/* GROUP CONTAINERS */
|
/* GROUP CONTAINERS */
|
||||||
/* --------------------------------------------------------- */
|
/* --------------------------------------------------------- */
|
||||||
|
|
||||||
#myworkspaces,
|
myworkspaces,
|
||||||
#connections,
|
connections,
|
||||||
#hardware {
|
hardware {
|
||||||
min-width: 220px;
|
min-width: 220px;
|
||||||
display: flex;
|
display: flex;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
@@ -2930,9 +2930,9 @@ window#waybar {
|
|||||||
/* PILL STYLE (THIS IS THE IMPORTANT PART) */
|
/* PILL STYLE (THIS IS THE IMPORTANT PART) */
|
||||||
/* --------------------------------------------------------- */
|
/* --------------------------------------------------------- */
|
||||||
|
|
||||||
#custom-myworkspaces-wrap,
|
custom-myworkspaces-wrap,
|
||||||
#custom-connections-wrap,
|
custom-connections-wrap,
|
||||||
#custom-hardware-wrap {
|
custom-hardware-wrap {
|
||||||
padding: 4px 12px;
|
padding: 4px 12px;
|
||||||
min-width: 120px; /* equal pill size */
|
min-width: 120px; /* equal pill size */
|
||||||
text-align: center;
|
text-align: center;
|
||||||
@@ -2950,9 +2950,9 @@ window#waybar {
|
|||||||
}
|
}
|
||||||
|
|
||||||
/* HOVER (your requested style) */
|
/* HOVER (your requested style) */
|
||||||
#custom-myworkspaces-wrap:hover,
|
custom-myworkspaces-wrap:hover,
|
||||||
#custom-connections-wrap:hover,
|
custom-connections-wrap:hover,
|
||||||
#custom-hardware-wrap:hover {
|
custom-hardware-wrap:hover {
|
||||||
background:
|
background:
|
||||||
linear-gradient(rgba(255, 255, 255, 0.25),
|
linear-gradient(rgba(255, 255, 255, 0.25),
|
||||||
rgba(255, 255, 255, 0.25)) padding-box,
|
rgba(255, 255, 255, 0.25)) padding-box,
|
||||||
@@ -2963,9 +2963,9 @@ window#waybar {
|
|||||||
/* DRAWER CONTENT (inside groups) */
|
/* DRAWER CONTENT (inside groups) */
|
||||||
/* --------------------------------------------------------- */
|
/* --------------------------------------------------------- */
|
||||||
|
|
||||||
#myworkspaces box,
|
myworkspaces box,
|
||||||
#connections box,
|
connections box,
|
||||||
#hardware box {
|
hardware box {
|
||||||
margin-left: 25px;
|
margin-left: 25px;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -2973,7 +2973,7 @@ window#waybar {
|
|||||||
/* WORKSPACES (unchanged, but clean) */
|
/* WORKSPACES (unchanged, but clean) */
|
||||||
/* --------------------------------------------------------- */
|
/* --------------------------------------------------------- */
|
||||||
|
|
||||||
#workspaces button {
|
workspaces button {
|
||||||
padding: 0px 1px;
|
padding: 0px 1px;
|
||||||
min-width: 80px;
|
min-width: 80px;
|
||||||
background-color: transparent;
|
background-color: transparent;
|
||||||
@@ -2982,11 +2982,11 @@ window#waybar {
|
|||||||
border-radius: 10px;
|
border-radius: 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#workspaces button:hover {
|
workspaces button:hover {
|
||||||
background-color: @surface1;
|
background-color: @surface1;
|
||||||
}
|
}
|
||||||
|
|
||||||
#workspaces button.active {
|
workspaces button.active {
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
border: 1px solid transparent;
|
border: 1px solid transparent;
|
||||||
background:
|
background:
|
||||||
|
|||||||
Reference in New Issue
Block a user