This commit is contained in:
Nico
2024-10-31 10:33:46 +01:00
commit ad6d893cb0
237 changed files with 19793 additions and 0 deletions

View File

@@ -0,0 +1,35 @@
$shadow-color: #0e0e0e;
window.indicator {
.progress {
box-shadow: 0 0 5px 0 $shadow-color;
margin: 15px;
border: 2px solid $blue;
background-color: $base;
color: $text;
padding: 5px;
border-radius: 15px;
.fill {
border-radius: 10px;
background-color: $blue;
color: $crust;
image {
-gtk-icon-transform: scale(0.7);
}
}
}
.microphone {
box-shadow: 0 0 5px 0 $shadow-color;
margin: 15px;
border: 2px solid $blue;
background-color: $base;
color: $text;
padding: 5px;
border-radius: 15px;
font-size: 58px;
color: transparentize($crust, .1)
}
}