diff options
| author | Blake Romero <blake@developercraft.com> | 2025-10-29 15:37:27 +0000 |
|---|---|---|
| committer | Blake Romero <blake@developercraft.com> | 2025-10-29 15:37:27 +0000 |
| commit | 121130c118a5256e831fbb337464b6a6de5c9095 (patch) | |
| tree | ced4d9c3cee7795fb1177fced42698e7f858450a /modules.jsonc | |
| parent | bc2c3984bdecb81afa14d24e6028bf146c3d5f8e (diff) | |
Add wireplumber actions
Diffstat (limited to 'modules.jsonc')
| -rw-r--r-- | modules.jsonc | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/modules.jsonc b/modules.jsonc index aef68b7..4bd2ba4 100644 --- a/modules.jsonc +++ b/modules.jsonc @@ -88,16 +88,18 @@ "tooltip-format-connected": "{controller_alias}\t{controller_address}\n\n{num_connections} connected\n\n{device_enumerate}", "tooltip-format-enumerate-connected": "{device_alias}\t{device_address}", "tooltip-format-enumerate-connected-battery": "{device_alias}\t{device_address}\t{device_battery_percentage}%", - "on-click": "pgrep bluetoothd && footclient bluetui" + "on-click": "pkill bluetui || foot -Tbluetui bluetui" }, "wireplumber": { "format": "{volume}% {icon}", - "format-muted": " ", + "format-muted": "{volume}% ", "format-icons": [" ", " ", " "], "tooltip-format": "{volume}% {node_name}", - "on-click": "foot ncpamixer", - "scroll-step": 0.5 + "on-click": "pkill wiremix || foot -Twiremix wiremix", + "on-click-right": "wpctl set-volume @DEFAULT_SINK@ 50%", + "on-click-middle": "wpctl set-mute @DEFAULT_SINK@ toggle", + "scroll-step": 1.0 }, "wireplumber#source": { |
