fix(waybar): better wifi disconnect tooltip
This commit is contained in:
parent
ed6497419f
commit
4972396c22
2 changed files with 3 additions and 13 deletions
|
|
@ -150,8 +150,8 @@ in
|
|||
tooltip = true;
|
||||
tooltip-format-wifi = "SSID: {essid}\nDown: {bandwidthDownBits}\nUp: {bandwidthUpBits}\nIP: {ipaddr}";
|
||||
tooltip-format-ethernet = "{ifname} · {ipaddr}";
|
||||
tooltip-format-disconnected = "disconnected";
|
||||
on-click = "ctl wifi toggle";
|
||||
tooltip-format-disconnected = "Wireless LAN disconnected";
|
||||
on-click = "rfkill toggle wlan";
|
||||
on-click-right = "ctl wifi pick";
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue