From 552d2a19563f149775f9aae7774779933bb3e6b1 Mon Sep 17 00:00:00 2001 From: Donovan Glover Date: Sun, 7 Jul 2024 10:12:39 -0400 Subject: [PATCH] ironbar: Sleep before fetching mullvad location Fixes an issue where mullvad would report the device as offline before connecting to a server. Only happens in newer versions of nixxpkgs. --- home/ironbar.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/home/ironbar.nix b/home/ironbar.nix index ce753e2d..fb8dabed 100644 --- a/home/ironbar.nix +++ b/home/ironbar.nix @@ -185,6 +185,8 @@ in text = /* fish */ '' #!/usr/bin/env fish + sleep 1 + function get_mullvad_status if test -z "$inside" set inside true