From 4d3d15c9f1e5fb95b1bc1698554b34f7043e274d Mon Sep 17 00:00:00 2001 From: Jake Ginesin Date: Wed, 9 Jul 2025 20:18:04 -0400 Subject: [PATCH] 475 current 2025-07-09 20:17:43 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 604c0db..276271d 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}🔗 [$(ip addr show tailscale0 | rg "inet " | awk '{print $2}' | cut -d'/' -f1 )]" || echo "" + tailscale status | rg "$(hostname)" &> /dev/null && echo "%{F#2193ff}⍀ %{F#ffffff}[$(ip addr show tailscale0 | rg "inet " | awk '{print $2}' | cut -d'/' -f1 )]" || echo "" ''