Added bluetooth menu.

This commit is contained in:
Jas Singh
2024-06-16 18:43:33 -07:00
parent 26d2fcde0e
commit 904c5b8cd0
18 changed files with 1376 additions and 182 deletions

View File

@@ -1,6 +1,8 @@
* {
all: unset;
font-family: "JetBrains Mono Nerd Font";
font-size: 1.15rem;
font-weight: bold;
}
//general
@@ -23,5 +25,8 @@
@import "bar/bar";
//modules - menus
@import "menus/powermenu";
@import "menus/menu";
@import "menus/power";
@import "menus/audiomenu";
@import "menus/network";
@import "menus/bluetooth";