From 1a2879747f039d785c6677153d29de53508bc68a Mon Sep 17 00:00:00 2001 From: Jake Ginesin Date: Wed, 9 Jul 2025 20:22:08 -0400 Subject: [PATCH] 477 current 2025-07-09 20:21:45 25.05.20250424.f771eb4 6.12.24 * --- home/programs/polybar/scripts/tailscale.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home/programs/polybar/scripts/tailscale.nix b/home/programs/polybar/scripts/tailscale.nix index 389ea35..e39303c 100644 --- a/home/programs/polybar/scripts/tailscale.nix +++ b/home/programs/polybar/scripts/tailscale.nix @@ -11,5 +11,5 @@ awk = "/run/current-system/sw/bin/awk"; in pkgs.writeShellScriptBin "tailscale-ctl" '' - tailscale status | rg "$(hostname)" &> /dev/null && echo "%{F#2193ff}⍀ %{F#ffffff}[$(ip addr show tailscale0 | rg "inet " | awk '{print $2}' | cut -d'/' -f1 )]" || echo "" + tailscale status | rg "$(hostname)" &> /dev/null && echo "%{F#2193ff}⍀ %{F#ffffff}[ts $(ip addr show tailscale0 | rg "inet " | awk '{print $2}' | cut -d'/' -f1 )]" || echo "" ''