Regenerated
This commit is contained in:
+332
-312
File diff suppressed because it is too large
Load Diff
+18
-6
@@ -2856,29 +2856,41 @@ window#waybar {
|
||||
linear-gradient(45deg, @blue, @green) border-box;
|
||||
}
|
||||
|
||||
/* Hyprland workspaces with transparency */
|
||||
#custom-hypr-workspaces {
|
||||
/* Match workspace button box model */
|
||||
padding: 0px 1px;
|
||||
min-width: 80px;
|
||||
color: @text;
|
||||
|
||||
/* CRITICAL: force same alignment */
|
||||
margin: 0;
|
||||
box-shadow: none;
|
||||
|
||||
/* Text alignment like buttons */
|
||||
text-align: center;
|
||||
|
||||
/* Same shape */
|
||||
border-radius: 10px;
|
||||
border: 2px solid @inactive;
|
||||
|
||||
/* Same font behavior */
|
||||
font-weight: normal;
|
||||
|
||||
/* 50% transparency */
|
||||
background-color: rgba(30, 30, 46, 0.5);
|
||||
}
|
||||
|
||||
/* Hover */
|
||||
/* Hover identical to workspace */
|
||||
#custom-hypr-workspaces:hover {
|
||||
background-color: rgba(255, 255, 255, 0.08);
|
||||
background-color: @surface1;
|
||||
color: @text;
|
||||
}
|
||||
|
||||
/* Active (same gradient but dimmed) */
|
||||
/* Active = same as workspace.active */
|
||||
#custom-hypr-workspaces.active {
|
||||
font-weight: bold;
|
||||
border: 1px solid transparent;
|
||||
background:
|
||||
linear-gradient(rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.08)) padding-box,
|
||||
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