1
0

feat: Add mako

chore: Add spacing to vpn waybar
This commit is contained in:
2024-12-07 19:15:13 +00:00
parent feb4dd3cb9
commit 9ed93191d7
3 changed files with 31 additions and 3 deletions

View File

@@ -27,11 +27,11 @@ case "$1" in
;;
*)
if [ "$(connection_status)" = "1" ]; then
echo "VPN: On"
echo " VPN: On "
elif [ "$(connection_status)" = "3" ]; then
echo "Config not found!"
echo " Config not found! "
else
echo "VPN: Off"
echo " VPN: Off "
fi
;;
esac