remove VPN text
This commit is contained in:
parent
66f15e79a4
commit
1b12c3b261
1 changed files with 1 additions and 1 deletions
2
main.go
2
main.go
|
@ -14,7 +14,7 @@ func loop(interval time.Duration) {
|
||||||
|
|
||||||
for true {
|
for true {
|
||||||
status := waybar.Status{
|
status := waybar.Status{
|
||||||
Text: "VPN",
|
Text: "",
|
||||||
}
|
}
|
||||||
vpns, err := nmvpn.GetVPNs()
|
vpns, err := nmvpn.GetVPNs()
|
||||||
if err == nil && len(vpns) > 0 {
|
if err == nil && len(vpns) > 0 {
|
||||||
|
|
Reference in a new issue