diff options
author | Person <you@example.com> | 2022-01-02 15:59:06 -0600 |
---|---|---|
committer | Person <you@example.com> | 2022-01-02 15:59:06 -0600 |
commit | 831f23e1b711103fc01a7264943db13b984cf737 (patch) | |
tree | 14a29657de0dc3b0ab8b7eda45b9c756733d843e /dwmbar/bar_mullvad_vpn.sh | |
parent | 188fd34a6f4677cf305acd93898cb3af6bc83c6c (diff) |
Diffstat (limited to 'dwmbar/bar_mullvad_vpn.sh')
-rwxr-xr-x | dwmbar/bar_mullvad_vpn.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/dwmbar/bar_mullvad_vpn.sh b/dwmbar/bar_mullvad_vpn.sh new file mode 100755 index 0000000..4fee14e --- /dev/null +++ b/dwmbar/bar_mullvad_vpn.sh @@ -0,0 +1,3 @@ +vpn_stat=$(mullvad status | awk ' { print $3 } ') + +echo $vpn_stat |