mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-02-19 03:01:27 +01:00
ironbar: Increase sleep time before fetch
Fixes a race condition where the location would show up as disconnected.
This commit is contained in:
parent
2f5cd4c0db
commit
b58ff821d6
@ -185,7 +185,7 @@ in
|
|||||||
text = /* fish */ ''
|
text = /* fish */ ''
|
||||||
#!/usr/bin/env fish
|
#!/usr/bin/env fish
|
||||||
|
|
||||||
sleep 1
|
sleep 2
|
||||||
|
|
||||||
function get_mullvad_status
|
function get_mullvad_status
|
||||||
if test -z "$inside"
|
if test -z "$inside"
|
||||||
|
Loading…
Reference in New Issue
Block a user