Added workspaces, window titles, volume, bluetooth, systray and date/time modules to the panel

This commit is contained in:
Jas Singh
2024-06-09 01:25:57 -07:00
commit 6ff50006f2
33 changed files with 2001 additions and 0 deletions

36
scss/bar/audio.scss Normal file
View File

@@ -0,0 +1,36 @@
@import '../colors';
.audio-volume-box {
.audio-volume-label {
min-width: 3rem;
}
}
.mixer-item {
margin: 5px 0px;
.mixer-item-volume {
margin: 0px 8px;
}
.mixer-item-title {
margin: 0px 8px;
}
.mixer-item-slider {
margin: 8px;
}
image {
font-size: 40px;
}
}
.bar-volume_icon {
font-size: 17px;
color: $peach;
}
.bar-volume_percentage {
color: $peach;
}