mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-01-25 07:08:38 +01:00
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.
This commit is contained in:
parent
92fec28699
commit
552d2a1956
@ -185,6 +185,8 @@ in
|
|||||||
text = /* fish */ ''
|
text = /* fish */ ''
|
||||||
#!/usr/bin/env fish
|
#!/usr/bin/env fish
|
||||||
|
|
||||||
|
sleep 1
|
||||||
|
|
||||||
function get_mullvad_status
|
function get_mullvad_status
|
||||||
if test -z "$inside"
|
if test -z "$inside"
|
||||||
set inside true
|
set inside true
|
||||||
|
Loading…
Reference in New Issue
Block a user