added example tooltip usage

This commit is contained in:
Rolf Vidar Mazunki Hoksaas 2021-09-09 20:12:20 +02:00
parent 2c380a53ca
commit 95ecff0551
1 changed files with 2 additions and 1 deletions

View File

@ -117,7 +117,8 @@
"network": {
// "interface": "wlp2*", // (Optional) To force the use of this interface
"format-wifi": "{essid} ({signalStrength}%) ",
"format-ethernet": "{ifname}: {ipaddr}/{cidr} ",
"format-ethernet": "{ipaddr}/{cidr} ",
"tooltip-format": "{ifname} via {gwaddr} ",
"format-linked": "{ifname} (No IP) ",
"format-disconnected": "Disconnected ⚠",
"format-alt": "{ifname}: {ipaddr}/{cidr}"