Added customizable styling for network, bluetooth, battery and audio menu... and fixed window position based on scale.

This commit is contained in:
Jas Singh
2024-07-18 00:26:29 -07:00
parent 144746db0a
commit 1e3a23439d
8 changed files with 161 additions and 46 deletions

View File

@@ -49,12 +49,12 @@ const devices = (bluetooth, self) => {
hpack: "center",
children: [
Widget.Label({
class_name: "dim",
class_name: "no-bluetooth-devices dim",
hexpand: true,
label: "No devices currently found",
}),
Widget.Label({
class_name: "dim",
class_name: "search-bluetooth-label dim",
hexpand: true,
label: "Press '󰑐' to search",
}),