Regenerated
This commit is contained in:
+335
-312
File diff suppressed because it is too large
Load Diff
+27
-8
@@ -2857,17 +2857,35 @@ window#waybar {
|
|||||||
}
|
}
|
||||||
|
|
||||||
/* --- Custom Hypr Workspace Button --- */
|
/* --- Custom Hypr Workspace Button --- */
|
||||||
/* Active state like workspace active */
|
/* --- Custom Hyprland Workspaces (labels) --- */
|
||||||
#custom-hypr-workspaces.active {
|
#custom-hypr-workspaces {
|
||||||
font-weight: bold;
|
padding: 0px 1px;
|
||||||
border: 1px solid transparent;
|
min-width: 80px;
|
||||||
background:
|
text-align: center;
|
||||||
linear-gradient(rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0.15)) padding-box,
|
font-weight: normal;
|
||||||
linear-gradient(45deg, @blue, @green) border-box;
|
border-radius: 10px;
|
||||||
|
border: 2px solid @inactive;
|
||||||
|
background-color: rgba(30, 30, 46, 0.5); /* semi-transparent base */
|
||||||
color: @text;
|
color: @text;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Hidden state remains */
|
/* Hover: mimic workspace hover */
|
||||||
|
#custom-hypr-workspaces:hover {
|
||||||
|
background-color: @surface1;
|
||||||
|
color: @text;
|
||||||
|
border-color: @text; /* subtle highlight */
|
||||||
|
}
|
||||||
|
|
||||||
|
/* Active: simplified version of workspace active */
|
||||||
|
#custom-hypr-workspaces.active {
|
||||||
|
font-weight: bold;
|
||||||
|
border: 2px solid transparent;
|
||||||
|
/* simulate gradient using single solid for label limitation */
|
||||||
|
background-color: @blue;
|
||||||
|
color: @text;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* Optional hidden state */
|
||||||
#custom-hypr-workspaces.hidden {
|
#custom-hypr-workspaces.hidden {
|
||||||
padding: 0;
|
padding: 0;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
@@ -2877,6 +2895,7 @@ window#waybar {
|
|||||||
opacity: 0;
|
opacity: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* Hidden state remains */
|
||||||
#custom-hypr-workspaces.hidden {
|
#custom-hypr-workspaces.hidden {
|
||||||
padding: 0;
|
padding: 0;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
|
|||||||
Reference in New Issue
Block a user