Signed-off-by: Hadi <hadi@example.com>
This commit is contained in:
Hadi
2026-07-29 10:32:10 +02:00
parent a393b84c92
commit c37f3fc5e4
16 changed files with 517 additions and 55 deletions
+2 -1
View File
@@ -1,5 +1,6 @@
{
config,
pkgs,
networkScript,
bluetoothScript,
...
@@ -48,7 +49,7 @@ in {
"custom/bluetooth" = {
exec = "${bluetoothScript}";
exec-if = "bluetoothctl show 2>/dev/null | grep -q Controller";
exec-if = "${pkgs.bluez}/bin/bluetoothctl list 2>/dev/null | grep -q Controller";
return-type = "json";
interval = 5;
on-click-right = "blueman-manager &";