Regenerated
This commit is contained in:
+316
-316
File diff suppressed because it is too large
Load Diff
+12
-12
@@ -2837,21 +2837,21 @@ window#waybar {
|
||||
}
|
||||
|
||||
/* Hyprland workspaces with transparency */
|
||||
#custom-hypr-workspaces {
|
||||
display: flex;
|
||||
gap: 4px;
|
||||
#custom-hypr-workspaces button {
|
||||
background-color: rgba(0, 0, 0, 0.5); /* 50% transparent background */
|
||||
color: @text;
|
||||
border-radius: 10px;
|
||||
padding: 0 10px;
|
||||
min-width: 80px;
|
||||
border: 2px solid @inactive;
|
||||
}
|
||||
|
||||
#custom-hypr-workspaces > * {
|
||||
padding: 0 6px;
|
||||
border-radius: 10px;
|
||||
min-width: 50px;
|
||||
text-align: center;
|
||||
background: linear-gradient(45deg, rgba(51,204,255,0.5), rgba(0,255,153,0.5)); /* @blue with 50% opacity */
|
||||
color: @text;
|
||||
#custom-hypr-workspaces button.active {
|
||||
font-weight: bold;
|
||||
cursor: pointer;
|
||||
transition: all 0.2s ease;
|
||||
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;
|
||||
}
|
||||
|
||||
#clock,
|
||||
|
||||
Reference in New Issue
Block a user