dotfiles-remastered/.config/polybar/wireguard-info.sh

25 lines
339 B
Bash
Raw Normal View History

2020-09-13 12:00:51 +00:00
#!/usr/bin/env sh
set -e
2020-10-14 14:36:21 +00:00
SCRIPT=$(readlink -f "$0")
SCRIPTPATH=$(dirname "$SCRIPT")
source "$SCRIPTPATH/wireguard-config.sh"
2020-09-13 12:00:51 +00:00
if nmcli connection show --active | grep "$ID_LIGHT" > /dev/null
then
echo -n 
exit 0
fi
if nmcli connection show --active | grep "$ID_FULL" > /dev/null
then
echo -n 聯
exit 0
fi
echo -n 輦