increased interval for pixelbuds

This commit is contained in:
2025-08-09 20:52:06 +02:00
parent 087f199ca0
commit 30b83934d1

View File

@@ -112,14 +112,14 @@
"format": "{}", "format": "{}",
"return-type": "json", "return-type": "json",
"exec": "~/.config/waybar/scripts/pixelbuds.sh", "exec": "~/.config/waybar/scripts/pixelbuds.sh",
"interval": 1, "interval": 10,
"on-click": "bluetoothctl disconnect B4:23:A2:09:D3:53" "on-click": "bluetoothctl disconnect B4:23:A2:09:D3:53"
}, },
"custom/anc": { "custom/anc": {
"format": "{}", "format": "{}",
"return-type": "json", "return-type": "json",
"exec": "~/.config/waybar/scripts/anc_control.sh", "exec": "~/.config/waybar/scripts/anc_control.sh",
"interval": 1, "interval": 10,
"on-click": "~/.config/waybar/scripts/anc_control.sh off", "on-click": "~/.config/waybar/scripts/anc_control.sh off",
"on-click-right": "~/.config/waybar/scripts/anc_control.sh cycle" "on-click-right": "~/.config/waybar/scripts/anc_control.sh cycle"
}, },