[user/malte] Fix waybar format string

This commit is contained in:
Malte Tammena 2022-04-18 19:45:50 +02:00
parent 051cbc1fd6
commit 0a4e253bbf

View file

@ -178,8 +178,8 @@ in {
};
"network" = {
format-wifi = " <b>{essid}</b> ({signalStrength}%)";
format-ethernet = " <b>{ifname}<b> {ipaddr}/{cidr}";
format-linked = " <b>{ifname}<b>";
format-ethernet = " <b>{ifname}</b> {ipaddr}/{cidr}";
format-linked = " <b>{ifname}</b>";
format-disconnected = " ";
tooltip = false;
interval = 5;