Regenerated
This commit is contained in:
+300
-309
File diff suppressed because it is too large
Load Diff
+4
-13
@@ -2933,10 +2933,6 @@ window#waybar {
|
|||||||
transition: padding 0.2s ease;
|
transition: padding 0.2s ease;
|
||||||
}
|
}
|
||||||
|
|
||||||
.modules-center:hover label {
|
|
||||||
padding: 0px 10px;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* --- Group specifics --- */
|
/* --- Group specifics --- */
|
||||||
|
|
||||||
#hardware:hover #custom-hardware-anchor {
|
#hardware:hover #custom-hardware-anchor {
|
||||||
@@ -2960,21 +2956,16 @@ workspaces button {
|
|||||||
padding: 0px 5px;
|
padding: 0px 5px;
|
||||||
border-radius: 10px;
|
border-radius: 10px;
|
||||||
border: 2px solid transparent;
|
border: 2px solid transparent;
|
||||||
background-color: @surface0;
|
background-color: transparent;
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
|
font-size: 12px;
|
||||||
transition: all 0.2s ease;
|
transition: all 0.2s ease;
|
||||||
min-width: 30px;
|
min-width: 30px;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Active workspace is bigger and bold */
|
#workspaces button.active {
|
||||||
workspaces button.active {
|
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
font-size: 16px; /* bigger font */
|
font-size: 16px;
|
||||||
min-width: 50px; /* wider button */
|
|
||||||
background:
|
|
||||||
linear-gradient(rgba(255,255,255,0.15), rgba(255,255,255,0.15)) padding-box,
|
|
||||||
linear-gradient(45deg, @blue, @green) border-box;
|
|
||||||
border: 2px solid transparent;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#clock,
|
#clock,
|
||||||
|
|||||||
@@ -78,10 +78,6 @@ window#waybar {
|
|||||||
transition: padding 0.2s ease;
|
transition: padding 0.2s ease;
|
||||||
}
|
}
|
||||||
|
|
||||||
.modules-center:hover label {
|
|
||||||
padding: 0px 10px;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* --- Group specifics --- */
|
/* --- Group specifics --- */
|
||||||
|
|
||||||
#hardware:hover #custom-hardware-anchor {
|
#hardware:hover #custom-hardware-anchor {
|
||||||
@@ -105,21 +101,16 @@ workspaces button {
|
|||||||
padding: 0px 5px;
|
padding: 0px 5px;
|
||||||
border-radius: 10px;
|
border-radius: 10px;
|
||||||
border: 2px solid transparent;
|
border: 2px solid transparent;
|
||||||
background-color: @surface0;
|
background-color: transparent;
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
|
font-size: 12px;
|
||||||
transition: all 0.2s ease;
|
transition: all 0.2s ease;
|
||||||
min-width: 30px;
|
min-width: 30px;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Active workspace is bigger and bold */
|
#workspaces button.active {
|
||||||
workspaces button.active {
|
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
font-size: 16px; /* bigger font */
|
font-size: 16px;
|
||||||
min-width: 50px; /* wider button */
|
|
||||||
background:
|
|
||||||
linear-gradient(rgba(255,255,255,0.15), rgba(255,255,255,0.15)) padding-box,
|
|
||||||
linear-gradient(45deg, @blue, @green) border-box;
|
|
||||||
border: 2px solid transparent;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#clock,
|
#clock,
|
||||||
|
|||||||
Reference in New Issue
Block a user