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

26
scss/bar/systray.scss Normal file
View File

@@ -0,0 +1,26 @@
@import "../colors";
.systray button:not(:first-child) {
margin-left: 10px;
}
.systray-menu {
background: $mantle;
}
.systray-menu label {
font-weight: bold;
color: $lavender;
}
.systray-menu separator {
background-color: $surface1;
}
.systray-menu check:not(:checked) {
background-color: $surface0;
border: 1px solid $lavender;
}
.systray-menu check:checked {
background-color: $lavender;
}