remove VPN text

This commit is contained in:
Penelope Gwen 2024-06-11 16:44:01 -06:00
parent 66f15e79a4
commit 1b12c3b261

View file

@ -14,7 +14,7 @@ func loop(interval time.Duration) {
for true {
status := waybar.Status{
Text: "VPN",
Text: "",
}
vpns, err := nmvpn.GetVPNs()
if err == nil && len(vpns) > 0 {