diff options
| author | tslil <tslil@posteo.de> | 2026-08-15 12:54:30 +0100 |
|---|---|---|
| committer | tslil <tslil@posteo.de> | 2026-08-15 12:54:45 +0100 |
| commit | f0838ce7e11af2e16e47806355ff76707bc5cbc1 (patch) | |
| tree | 290a53a6d8d1867779f21d0da21e2de6fd6ebf69 | |
| parent | 4890334eb495087506faa4ff3e20c751e94f1eca (diff) | |
[waybar] click on vpn to reconnect
| -rw-r--r-- | waybar/config.jsonc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/waybar/config.jsonc b/waybar/config.jsonc index 6382e90..f8c7426 100644 --- a/waybar/config.jsonc +++ b/waybar/config.jsonc @@ -66,7 +66,8 @@ "format-disconnected": "V-", "format": "V+", "tooltip-format": "VPN UP", - "tooltip-format-disconnected": "VPN DOWN" + "tooltip-format-disconnected": "VPN DOWN", + "on-click": "mullvad reconnect" }, "network#wifi": { "interface": "wlp1s0", |
