diff options
| author | Robert Günzler <r@gnzler.io> | 2020-12-07 19:46:31 +0100 |
|---|---|---|
| committer | Robert Günzler <r@gnzler.io> | 2021-01-21 19:39:12 +0100 |
| commit | af2e161ec08615d848eaf4c485e283f334719934 (patch) | |
| tree | 94597ffb98b1166638bec0c0f15fe3d3e4766171 | |
| parent | 3641827c49c70b121059602ac0352153d95fcf7e (diff) | |
waybar: show up/down speed in popup
| -rw-r--r-- | .config/waybar/config | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/waybar/config b/.config/waybar/config index 3a2423d..aed7d08 100644 --- a/.config/waybar/config +++ b/.config/waybar/config @@ -96,7 +96,7 @@ "format-ethernet": " {ifname}: {ipaddr}/{cidr}", "format-linked": " {ifname}", "format-disconnected": " ", - "tooltip-format": "{ifname}: {ipaddr}/{cidr}\nssid: {essid}\nsignal: {signaldBm} dbm", + "tooltip-format": "{ifname}: {ipaddr}/{cidr}\nssid: {essid}\nsignal: {signaldBm} dbm\ndown: {bandwidthDownBits}\nup: {bandwidthUpBits}", "tooltip-format-disconnected": "disconnected", "on-click": "swx -t -f iwctl" }, |