feat(waybar): update

This commit is contained in:
2026-02-23 19:35:58 +01:00
parent 6bcf153975
commit aef8985b3e
4 changed files with 23 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
#!/usr/bin/env bash
if tailscale status --json 2>/dev/null | grep -q '"BackendState": "Running"'; then
tailscale down
else
tailscale up
fi