Regenerated

This commit is contained in:
2026-04-02 21:19:04 +02:00
parent 3fa666a986
commit 3b22425331
3 changed files with 341 additions and 431 deletions
+13 -43
View File
@@ -166,7 +166,7 @@ window#waybar {
transition-duration: 0.5s;
}
#workspaces button {
#custom-hyprscroll_overflow {
padding: 0px 1px;
min-width: 80px;
background-color: transparent;
@@ -175,6 +175,18 @@ window#waybar {
border-radius: 10px;
}
#custom-hyprscroll_overflow.active {
padding: 0px 1px;
min-width: 80px;
color: @text;
border-radius: 10px;
font-weight: bold;
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;
}
#custom-notifications.empty {
color: @overlay1;
}
@@ -188,48 +200,6 @@ window#waybar {
color: @text;
}
#workspaces button.active {
padding: 0px 1px;
min-width: 80px;
color: @text;
border-radius: 10px;
font-weight: bold;
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;
}
#custom-hyprscroll_overflow.overflow {
padding: 0px 1px;
min-width: 80px;
color: @text;
border-radius: 10px;
font-weight: bold;
border: 1px dashed transparent;
background:
linear-gradient(rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.05))
padding-box,
linear-gradient(45deg, @blue, @green) border-box;
}
#custom-hyprscroll_overflow.overflow {
background:
linear-gradient(rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.05))
padding-box,
linear-gradient(45deg, @blue, @green) border-box;
}
#custom-hyprscroll_overflow.hidden {
padding: 0;
margin: 0;
min-width: 0;
border: 0;
background: transparent;
opacity: 0;
}
#custom-bluetooth {
display: inline-block;
width: 4ch; /* width in character units */