home/programs/waybar: add wifi strength as icon

This commit is contained in:
Anthony Rodriguez 2024-11-21 19:10:44 +01:00
parent c59622d0fe
commit f7e78e3cea
Signed by: nezia
GPG key ID: EE3BE97C040A86CE

View file

@ -129,14 +129,20 @@ in {
network = {
interface = "wlp1s0";
format = "{ifname}";
format-wifi = "({signalStrength}%) ";
format-wifi = "{icon}";
format-ethernet = "{ipaddr}/{cidr} 󰊗";
format-disconnected = "";
tooltip-format = "{ifname} via {gwaddr} 󰊗";
tooltip-format-wifi = "{essid} ({signalStrength}%) ";
tooltip-format-wifi = "{essid} ({signalStrength}%)";
tooltip-format-ethernet = "{ifname} ";
tooltip-format-disconnected = "Disconnected";
max-length = 50;
format-icons = [
"󰤟"
"󰤢"
"󰤥"
"󰤨"
];
};
};
};