Bluetooth works now and some style adjustments

This commit is contained in:
2025-02-02 13:58:45 -08:00
parent 06c01af45f
commit d3977958ed
5 changed files with 47 additions and 15 deletions

View File

@@ -44,7 +44,7 @@ function BattWindow() {
<box
className="popupBattery"
vertical={true}
spacing={8}>
spacing={12}>
<box spacing={10}>
<overlay overlay={new Widget.Label({
halign: Gtk.Align.CENTER,
@@ -107,7 +107,8 @@ function BattWindow() {
</box>
</box>
<box
vertical={true}>
vertical={true}
spacing={4}>
{profileButton("Power Saver", "power-saver")}
{profileButton("Balanced", "balanced")}
{profileButton("Performance", "performance")}