💥 eww(bar/workspaces): fix workspace indicator with a literal script

This commit is contained in:
retrozinndev
2024-12-10 10:41:06 -03:00
parent 75ce9fa8f9
commit cacc59cb8e
41 changed files with 377 additions and 782 deletions
+6 -3
View File
@@ -58,17 +58,20 @@ box.vertical-button-row {
}
}
button {
button,
.button {
padding: 6px 10px;
border-radius: 12px;
background: none;
}
button:hover {
button:hover,
.button:hover {
background: darken($color: $color2, $amount: 5);
}
button:active {
button:active,
.button:active {
background: darken($color: $color3, $amount: 10);
}