summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xhome/xyz/.local/bin/sbar4
1 files changed, 2 insertions, 2 deletions
diff --git a/home/xyz/.local/bin/sbar b/home/xyz/.local/bin/sbar
index 182f451d..392b65ab 100755
--- a/home/xyz/.local/bin/sbar
+++ b/home/xyz/.local/bin/sbar
@@ -18,9 +18,9 @@ update_net () {
nm_device_state="$(nmcli -t --fields device,state device)"
vpn="$(
if echo "$nm_device_state" | grep -q '^wg_ka:connected$'; then
- echo k
+ echo K
elif echo "$nm_device_state" | grep -q '^wg_studio:connected$'; then
- echo s
+ echo S
else
echo 0
fi