feat(bar): add speaker and microphone controls

This commit is contained in:
tux
2025-09-25 16:07:16 +05:30
parent 7588a374e5
commit 96431e101a
7 changed files with 60 additions and 0 deletions

View File

@@ -78,4 +78,22 @@ window.Bar {
padding: 0px 5px;
}
}
.volume {
image {
-gtk-icon-size: 1.5rem;
}
trough {
background-color: $bg-color;
min-height: 10px;
border-radius: 10px;
}
highlight {
background-color: $fg-color;
min-height: 10px;
border-radius: 10px;
}
}
}