mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-01-10 07:58:30 +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 */ ''
|
||||
#!/usr/bin/env fish
|
||||
|
||||
sleep 1
|
||||
|
||||
function get_mullvad_status
|
||||
if test -z "$inside"
|
||||
set inside true
|
||||
|
Loading…
Reference in New Issue
Block a user