blueman instead of blueberry

This commit is contained in:
2026-01-05 01:19:12 +01:00
parent e3ffe0fec1
commit a9f9fc5b3e
2 changed files with 2 additions and 2 deletions
@@ -107,7 +107,7 @@ Variants {
PanelService.getPanel("bluetoothPanel")?.toggle(this)
}
onRightClicked: {
Quickshell.execDetached(["blueberry"]);
Quickshell.execDetached(["blueman-manager"]);
}
}