Remove ISP from whatismyip on status bar

This commit is contained in:
Loïc Gremaud 2022-06-27 21:28:41 +02:00
parent a452ac6014
commit 5b60309dfe
Signed by: Legrems
GPG Key ID: D4620E6DF3E0121D

View File

@ -25,7 +25,8 @@ spotify {
}
whatismyip {
format = " {isp}\|{city}\|{countryCode} ({ip}) "
# format = " {isp}\|{city}\|{countryCode} ({ip}) "
format = " {city}\|{countryCode} ({ip}) "
hide_when_offline = True
url_geo = "http://ip-api.com/json"
}